Html Css Color HEX #64FAF2 Baby Blue

📋 copy color: '#64FAF2'

red 100 ◦ green 250 ◦ blue 242

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

Shades of Baby Blue #64FAF2

Tints of Baby Blue #64FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.23%

 BLUE value IS 242 (94.92% from 255) = 40.88%

R = 16.89%
G = 42.23%
B = 40.88%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#64FAF2 (or 0x64FAF2) is known color: Baby Blue. HEX triplet: 64, FA and F2. RGB value is (100,250,242). Sum of RGB (Red+Green+Blue) = 100+250+242=592 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.89% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FAF2 is #9B050D. Grayscale: #CCCCCC. Windows color (decimal): -10159374 or 15923812. OLE color: 15923812.

HSL color Cylindrical-coordinate representation of color #64FAF2: hue angle of 176.8º degrees, saturation: 0.94, 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 #64FAF2 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 242 -
CMYK 0.6 0 0.03 0.02
HSL 176.8º 0.94% 0.69% -
HSV(B) 176.8º 0.6% 0.98% -
XYZ 55.47 77.49 96.04 -
YUV 204.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 100 250 242 0.6 0 0.03 0.02 176.8 0.94 0.69
Hex 64 FA F2 3C 0 3 2 B1 5E 45
Octal 144 372 362 74 0 3 2 261 136 105
Binary 1100100 11111010 11110010 111100 0 11 10 10110001 1011110 1000101

Color Harmonies of #64FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAF2

Black with #64FAF2

Text Example


Text Example

White with #64FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,250,242); }

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

background-color css

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

 a { background-color: rgb(100,250,242); }

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

border-color css

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

 span { border-color: rgb(100,250,242); }

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