Html Css Color HEX #64EDFF Baby Blue

📋 copy color: '#64EDFF'

red 100 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #64EDFF

Tints of Baby Blue #64EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.03%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 16.89%
G = 40.03%
B = 43.07%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64EDFF (or 0x64EDFF) is known color: Baby Blue. HEX triplet: 64, ED and FF. RGB value is (100,237,255). Sum of RGB (Red+Green+Blue) = 100+237+255=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #64EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EDFF is #9B1200. Grayscale: #C5C5C5. Windows color (decimal): -10162689 or 16772452. OLE color: 16772452.

HSL color Cylindrical-coordinate representation of color #64EDFF: hue angle of 186.97º 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 #64EDFF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 237 255 -
CMYK 0.61 0.07 0 0
HSL 186.97º 1% 0.7% -
HSV(B) 186.97º 0.61% 1% -
XYZ 53.59 70.5 105.39 -
YUV 198.09 160.11 58.04 -
System Red Green Blue C M Y K H S L
Decimal 100 237 255 0.61 0.07 0 0 186.97 1 0.7
Hex 64 ED FF 3D 7 0 0 BB 64 46
Octal 144 355 377 75 7 0 0 273 144 106
Binary 1100100 11101101 11111111 111101 111 0 0 10111011 1100100 1000110

Color Harmonies of #64EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EDFF

Black with #64EDFF

Text Example


Text Example

White with #64EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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