#65FDEB

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

Shades of Baby Blue #65FDEB

Tints of Baby Blue #65FDEB

Color information

#65FDEB (or 0x65FDEB) is unknown color: approx Baby Blue. HEX triplet: 65, FD and EB. RGB value is (101,253,235). Sum of RGB (Red+Green+Blue) = 101+253+235=589 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.15% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #65FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FDEB is #9A0214. Grayscale: #CDCDCD. Windows color (decimal): -10093077 or 15465829. OLE color: 15465829.

HSL color Cylindrical-coordinate representation of color #65FDEB: hue angle of 172.89º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FDEB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB101253235-
CMYK0.6000.070.01
HSL172.89º97.44%69.41%-
HSV(B)172.89º60.08%99.22%-
XYZ55.4979.0290.92-
YUV205.5144.6453.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.15%
GREEN value IS 253 (99.22% from 255) = 42.95%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=17.15%
G=42.95%
B=39.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012532350.6000.070.01172.8997.4469.41
Hex65FDEB3C071ad6145
Octal14537535374071255141105
Binary11001011111110111101011111100011111010110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,253,235); }

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

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

 a { background-color: rgb(101,253,235); }

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

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

 span { border-color: rgb(101,253,235); }

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