Html Css Color HEX #64FBF2 Baby Blue

📋 copy color: '#64FBF2'

red 100 ◦ green 251 ◦ blue 242

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

Shades of Baby Blue #64FBF2

Tints of Baby Blue #64FBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.33%

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

R = 16.86%
G = 42.33%
B = 40.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#64FBF2 (or 0x64FBF2) is known color: Baby Blue. HEX triplet: 64, FB and F2. RGB value is (100,251,242). Sum of RGB (Red+Green+Blue) = 100+251+242=593 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.86% from 593); Green value is 251 (98.44% from 255 or 42.33% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 251 - color contains mainly: green. Hex color #64FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBF2 is #9B040D. Grayscale: #CCCCCC. Windows color (decimal): -10159118 or 15924068. OLE color: 15924068.

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

Color convert

RGB 100 251 242 -
CMYK 0.60 0 0.04 0.02
HSL 176.42º 0.95% 0.69% -
HSV(B) 176.42º 0.6% 0.98% -
XYZ 55.78 78.11 96.14 -
YUV 204.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 100 251 242 0.60 0 0.04 0.02 176.42 0.95 0.69
Hex 64 FB F2 3C 0 4 2 B0 5F 45
Octal 144 373 362 74 0 4 2 260 137 105
Binary 1100100 11111011 11110010 111100 0 100 10 10110000 1011111 1000101

Color Harmonies of #64FBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FBF2

Black with #64FBF2

Text Example


Text Example

White with #64FBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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