Html Css Color HEX #64F2FB Baby Blue

📋 copy color: '#64F2FB'

red 100 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #64F2FB

Tints of Baby Blue #64F2FB

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 100 242 251 -
CMYK 0.60 0.04 0 0.02
HSL 183.58º 0.95% 0.69% -
HSV(B) 183.58º 0.6% 0.98% -
XYZ 54.42 73.18 102.52 -
YUV 200.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 100 242 251 0.60 0.04 0 0.02 183.58 0.95 0.69
Hex 64 F2 FB 3C 4 0 2 B8 5F 45
Octal 144 362 373 74 4 0 2 270 137 105
Binary 1100100 11110010 11111011 111100 100 0 10 10111000 1011111 1000101

Color Harmonies of #64F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F2FB

Black with #64F2FB

Text Example


Text Example

White with #64F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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