Html Css Color HEX #64EAFB Baby Blue

📋 copy color: '#64EAFB'

red 100 ◦ green 234 ◦ blue 251

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

Shades of Baby Blue #64EAFB

Tints of Baby Blue #64EAFB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 17.09%
G = 40%
B = 42.91%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64EAFB (or 0x64EAFB) is known color: Baby Blue. HEX triplet: 64, EA and FB. RGB value is (100,234,251). Sum of RGB (Red+Green+Blue) = 100+234+251=585 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.09% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #64EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EAFB is #9B1504. Grayscale: #C3C3C3. Windows color (decimal): -10163461 or 16509540. OLE color: 16509540.

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

Color convert

RGB 100 234 251 -
CMYK 0.60 0.07 0 0.02
HSL 186.76º 0.95% 0.69% -
HSV(B) 186.76º 0.6% 0.98% -
XYZ 52.09 68.52 101.75 -
YUV 195.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 100 234 251 0.60 0.07 0 0.02 186.76 0.95 0.69
Hex 64 EA FB 3C 7 0 2 BB 5F 45
Octal 144 352 373 74 7 0 2 273 137 105
Binary 1100100 11101010 11111011 111100 111 0 10 10111011 1011111 1000101

Color Harmonies of #64EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAFB

Black with #64EAFB

Text Example


Text Example

White with #64EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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