#65EAFD

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

Shades of Baby Blue #65EAFD

Tints of Baby Blue #65EAFD

Color information

#65EAFD (or 0x65EAFD) is unknown color: approx Baby Blue. HEX triplet: 65, EA and FD. RGB value is (101,234,253). Sum of RGB (Red+Green+Blue) = 101+234+253=588 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.18% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #65EAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65EAFD is #9A1502. Grayscale: #C4C4C4. Windows color (decimal): -10097923 or 16640613. OLE color: 16640613.

HSL color Cylindrical-coordinate representation of color #65EAFD: hue angle of 187.5º 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 #65EAFD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101234253-
CMYK0.600.0800.01
HSL187.5º97.44%69.41%-
HSV(B)187.5º60.08%99.22%-
XYZ52.5268.7103.42-
YUV196.4159.9459.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.18%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 253 (99.22% from 255) = 43.03%
R=17.18%
G=39.80%
B=43.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012342530.600.0800.01187.597.4469.41
Hex65EAFD3C801bc6145
Octal145352375741001274141105
Binary110010111101010111111011111001000011011110011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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