Html Css Color HEX #64F6EA Baby Blue

📋 copy color: '#64F6EA'

red 100 ◦ green 246 ◦ blue 234

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

Shades of Baby Blue #64F6EA

Tints of Baby Blue #64F6EA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.41%

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 17.24%
G = 42.41%
B = 40.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#64F6EA (or 0x64F6EA) is known color: Baby Blue. HEX triplet: 64, F6 and EA. RGB value is (100,246,234). Sum of RGB (Red+Green+Blue) = 100+246+234=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6EA is #9B0915. Grayscale: #C8C8C8. Windows color (decimal): -10160406 or 15398500. OLE color: 15398500.

HSL color Cylindrical-coordinate representation of color #64F6EA: hue angle of 175.07º 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 #64F6EA is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 246 234 -
CMYK 0.59 0 0.05 0.04
HSL 175.07º 0.89% 0.68% -
HSV(B) 175.07º 0.59% 0.96% -
XYZ 53.06 74.56 89.44 -
YUV 200.98 146.63 55.98 -
System Red Green Blue C M Y K H S L
Decimal 100 246 234 0.59 0 0.05 0.04 175.07 0.89 0.68
Hex 64 F6 EA 3B 0 5 4 AF 59 44
Octal 144 366 352 73 0 5 4 257 131 104
Binary 1100100 11110110 11101010 111011 0 101 100 10101111 1011001 1000100

Color Harmonies of #64F6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6EA

Black with #64F6EA

Text Example


Text Example

White with #64F6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,246,234); }

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

background-color css

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

 a { background-color: rgb(100,246,234); }

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

border-color css

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

 span { border-color: rgb(100,246,234); }

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