Html Css Color HEX #64FBE5 Baby Blue

📋 copy color: '#64FBE5'

red 100 ◦ green 251 ◦ blue 229

#64FBE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #64FBE5

Tints of Baby Blue #64FBE5

RGB

 RED value IS 100 (39.45% from 255) = 17.24%

 GREEN value IS 251 (98.44% from 255) = 43.28%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 17.24%
G = 43.28%
B = 39.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#64FBE5 (or 0x64FBE5) is known color: Baby Blue. HEX triplet: 64, FB and E5. RGB value is (100,251,229). Sum of RGB (Red+Green+Blue) = 100+251+229=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64FBE5 is #9B041A. Grayscale: #CBCBCB. Windows color (decimal): -10159131 or 15072100. OLE color: 15072100.

HSL color Cylindrical-coordinate representation of color #64FBE5: hue angle of 171.26º 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 #64FBE5 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 251 229 -
CMYK 0.60 0 0.09 0.02
HSL 171.26º 0.95% 0.69% -
HSV(B) 171.26º 0.6% 0.98% -
XYZ 53.9 77.36 86.22 -
YUV 203.34 142.47 54.29 -
System Red Green Blue C M Y K H S L
Decimal 100 251 229 0.60 0 0.09 0.02 171.26 0.95 0.69
Hex 64 FB E5 3C 0 9 2 AB 5F 45
Octal 144 373 345 74 0 11 2 253 137 105
Binary 1100100 11111011 11100101 111100 0 1001 10 10101011 1011111 1000101

Color Harmonies of #64FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FBE5

Black with #64FBE5

Text Example


Text Example

White with #64FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64FBE5; }

 p { color: rgb(100,251,229); }

 H1.HeaderClassName
 {
   color: #64FBE5;
 }
 .AnyTagClassName
 {
   color: #64FBE5;
 }
</style>

background-color css

<style>
 a { background-color: #64FBE5; }

 a { background-color: rgb(100,251,229); }

 div.DivClassName
 {
   background-color: #64FBE5;
 }
 .BgClassName
 {
   background-color: #64FBE5;
 }
</style>

border-color css

<style>
 span { border-color: #64FBE5; }

 span { border-color: rgb(100,251,229); }

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