#65F6FE

Color #65F6FE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #65F6FE

Tints of Baby Blue #65F6FE

Color information

#65F6FE (or 0x65F6FE) is unknown color: approx Baby Blue. HEX triplet: 65, F6 and FE. RGB value is (101,246,254). Sum of RGB (Red+Green+Blue) = 101+246+254=601 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.81% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #65F6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F6FE is #9A0901. Grayscale: #CBCBCB. Windows color (decimal): -10094850 or 16709221. OLE color: 16709221.

HSL color Cylindrical-coordinate representation of color #65F6FE: hue angle of 183.14º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65F6FE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101246254-
CMYK0.600.0300.00
HSL183.14º98.71%69.61%-
HSV(B)183.14º60.24%99.61%-
XYZ56.2175.83105.44-
YUV203.56156.4654.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 16.81%
GREEN value IS 246 (96.48% from 255) = 40.93%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=16.81%
G=40.93%
B=42.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012462540.600.0300.00183.1498.7169.61
Hex65F6FE3C300b76346
Octal14536637674300267143106
Binary1100101111101101111111011110011001011011111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65F6FE; }

 p { color: rgb(101,246,254); }

 H1.HeaderClassName
 {
   color: #65F6FE;
 }
 .AnyTagClassName
 {
   color: #65F6FE;
 }
</style>
background-color css

<style>
 a { background-color: #65F6FE; }

 a { background-color: rgb(101,246,254); }

 div.DivClassName
 {
   background-color: #65F6FE;
 }
 .BgClassName
 {
   background-color: #65F6FE;
 }
</style>
border-color css

<style>
 span { border-color: #65F6FE; }

 span { border-color: rgb(101,246,254); }

 td.TdClassName
 {
   border-color: #65F6FE;
 }
 .TagClassName
 {
   border-color: #65F6FE;
 }
</style>