#65FEEE

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

Shades of Baby Blue #65FEEE

Tints of Baby Blue #65FEEE

Color information

#65FEEE (or 0x65FEEE) is unknown color: approx Baby Blue. HEX triplet: 65, FE and EE. RGB value is (101,254,238). Sum of RGB (Red+Green+Blue) = 101+254+238=593 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.03% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #65FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FEEE is #9A0111. Grayscale: #CECECE. Windows color (decimal): -10092818 or 15662693. OLE color: 15662693.

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

Color convert

RGB101254238-
CMYK0.6000.060.00
HSL173.73º98.71%69.61%-
HSV(B)173.73º60.24%99.61%-
XYZ56.2479.8293.33-
YUV206.43145.8152.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.03%
GREEN value IS 254 (99.61% from 255) = 42.83%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=17.03%
G=42.83%
B=40.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1012542380.6000.060.00173.7398.7169.61
Hex65FEEE3C060ae6346
Octal14537635674060256143106
Binary11001011111111011101110111100011001010111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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