#65EDFB

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

Shades of Baby Blue #65EDFB

Tints of Baby Blue #65EDFB

Color information

#65EDFB (or 0x65EDFB) is unknown color: approx Baby Blue. HEX triplet: 65, ED and FB. RGB value is (101,237,251). Sum of RGB (Red+Green+Blue) = 101+237+251=589 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.15% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #65EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EDFB is #9A1204. Grayscale: #C5C5C5. Windows color (decimal): -10097157 or 16510309. OLE color: 16510309.

HSL color Cylindrical-coordinate representation of color #65EDFB: hue angle of 185.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65EDFB is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101237251-
CMYK0.600.0600.02
HSL185.6º94.94%69.02%-
HSV(B)185.6º59.76%98.43%-
XYZ53.0670.3102.04-
YUV197.93157.9458.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.15%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=17.15%
G=40.24%
B=42.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012372510.600.0600.02185.694.9469.02
Hex65EDFB3C602ba5f45
Octal14535537374602272137105
Binary110010111101101111110111111001100101011101010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,237,251); }

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

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

 a { background-color: rgb(101,237,251); }

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

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

 span { border-color: rgb(101,237,251); }

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