#65F6E4

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

Shades of Baby Blue #65F6E4

Tints of Baby Blue #65F6E4

Color information

#65F6E4 (or 0x65F6E4) is unknown color: approx Baby Blue. HEX triplet: 65, F6 and E4. RGB value is (101,246,228). Sum of RGB (Red+Green+Blue) = 101+246+228=575 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.57% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #65F6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F6E4 is #9A091B. Grayscale: #C8C8C8. Windows color (decimal): -10094876 or 15005285. OLE color: 15005285.

HSL color Cylindrical-coordinate representation of color #65F6E4: hue angle of 172.55º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F6E4 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB101246228-
CMYK0.5900.070.04
HSL172.55º88.96%68.04%-
HSV(B)172.55º58.94%96.47%-
XYZ52.3374.2884.98-
YUV200.59143.4656.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.57%
GREEN value IS 246 (96.48% from 255) = 42.78%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=17.57%
G=42.78%
B=39.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012462280.5900.070.04172.5588.9668.04
Hex65F6E43B074ad5944
Octal14536634473074255131104
Binary1100101111101101110010011101101111001010110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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