Html Css Color HEX #64FBFF Baby Blue

📋 copy color: '#64FBFF'

red 100 ◦ green 251 ◦ blue 255

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

Shades of Baby Blue #64FBFF

Tints of Baby Blue #64FBFF

RGB

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

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

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

R = 16.5%
G = 41.42%
B = 42.08%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#64FBFF (or 0x64FBFF) is known color: Baby Blue. HEX triplet: 64, FB and FF. RGB value is (100,251,255). Sum of RGB (Red+Green+Blue) = 100+251+255=606 (80% of max value = 765). Red value is 100 (39.45% from 255 or 16.50% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #64FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64FBFF is #9B0400. Grayscale: #CECECE. Windows color (decimal): -10159105 or 16776036. OLE color: 16776036.

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

Color convert

RGB 100 251 255 -
CMYK 0.61 0.02 0 0
HSL 181.55º 1% 0.7% -
HSV(B) 181.55º 0.61% 1% -
XYZ 57.8 78.92 106.8 -
YUV 206.31 155.47 52.17 -
System Red Green Blue C M Y K H S L
Decimal 100 251 255 0.61 0.02 0 0 181.55 1 0.7
Hex 64 FB FF 3D 2 0 0 B6 64 46
Octal 144 373 377 75 2 0 0 266 144 106
Binary 1100100 11111011 11111111 111101 10 0 0 10110110 1100100 1000110

Color Harmonies of #64FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FBFF

Black with #64FBFF

Text Example


Text Example

White with #64FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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