Html Css Color HEX #64FFE6 Baby Blue

📋 copy color: '#64FFE6'

red 100 ◦ green 255 ◦ blue 230

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

Shades of Baby Blue #64FFE6

Tints of Baby Blue #64FFE6

RGB

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

 GREEN value IS 255 (100% from 255) = 43.59%

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 17.09%
G = 43.59%
B = 39.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#64FFE6 (or 0x64FFE6) is known color: Baby Blue. HEX triplet: 64, FF and E6. RGB value is (100,255,230). Sum of RGB (Red+Green+Blue) = 100+255+230=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #64FFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FFE6 is #9B0019. Grayscale: #CDCDCD. Windows color (decimal): -10158106 or 15138660. OLE color: 15138660.

HSL color Cylindrical-coordinate representation of color #64FFE6: hue angle of 170.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FFE6 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 100 255 230 -
CMYK 0.61 0 0.10 0
HSL 170.32º 1% 0.7% -
HSV(B) 170.32º 0.61% 1% -
XYZ 55.3 79.94 87.38 -
YUV 205.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 100 255 230 0.61 0 0.10 0 170.32 1 0.7
Hex 64 FF E6 3D 0 A 0 AA 64 46
Octal 144 377 346 75 0 12 0 252 144 106
Binary 1100100 11111111 11100110 111101 0 1010 0 10101010 1100100 1000110

Color Harmonies of #64FFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FFE6

Black with #64FFE6

Text Example


Text Example

White with #64FFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,255,230); }

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

background-color css

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

 a { background-color: rgb(100,255,230); }

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

border-color css

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

 span { border-color: rgb(100,255,230); }

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