Html Css Color HEX #64F6EE Baby Blue

📋 copy color: '#64F6EE'

red 100 ◦ green 246 ◦ blue 238

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

Shades of Baby Blue #64F6EE

Tints of Baby Blue #64F6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 17.12%
G = 42.12%
B = 40.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#64F6EE (or 0x64F6EE) is known color: Baby Blue. HEX triplet: 64, F6 and EE. RGB value is (100,246,238). Sum of RGB (Red+Green+Blue) = 100+246+238=584 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.12% from 584); Green value is 246 (96.48% from 255 or 42.12% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F6EE is #9B0911. Grayscale: #C9C9C9. Windows color (decimal): -10160402 or 15660644. OLE color: 15660644.

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

Color convert

RGB 100 246 238 -
CMYK 0.59 0 0.03 0.04
HSL 176.71º 0.89% 0.68% -
HSV(B) 176.71º 0.59% 0.96% -
XYZ 53.64 74.79 92.5 -
YUV 201.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 100 246 238 0.59 0 0.03 0.04 176.71 0.89 0.68
Hex 64 F6 EE 3B 0 3 4 B1 59 44
Octal 144 366 356 73 0 3 4 261 131 104
Binary 1100100 11110110 11101110 111011 0 11 100 10110001 1011001 1000100

Color Harmonies of #64F6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F6EE

Black with #64F6EE

Text Example


Text Example

White with #64F6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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