Html Css Color HEX #64F3FB Baby Blue

📋 copy color: '#64F3FB'

red 100 ◦ green 243 ◦ blue 251

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

Shades of Baby Blue #64F3FB

Tints of Baby Blue #64F3FB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.91%

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

R = 16.84%
G = 40.91%
B = 42.26%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64F3FB (or 0x64F3FB) is known color: Baby Blue. HEX triplet: 64, F3 and FB. RGB value is (100,243,251). Sum of RGB (Red+Green+Blue) = 100+243+251=594 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.84% from 594); Green value is 243 (95.31% from 255 or 40.91% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #64F3FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F3FB is #9B0C04. Grayscale: #C8C8C8. Windows color (decimal): -10161157 or 16511844. OLE color: 16511844.

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

Color convert

RGB 100 243 251 -
CMYK 0.60 0.03 0 0.02
HSL 183.18º 0.95% 0.69% -
HSV(B) 183.18º 0.6% 0.98% -
XYZ 54.72 73.78 102.62 -
YUV 201.16 156.12 55.85 -
System Red Green Blue C M Y K H S L
Decimal 100 243 251 0.60 0.03 0 0.02 183.18 0.95 0.69
Hex 64 F3 FB 3C 3 0 2 B7 5F 45
Octal 144 363 373 74 3 0 2 267 137 105
Binary 1100100 11110011 11111011 111100 11 0 10 10110111 1011111 1000101

Color Harmonies of #64F3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F3FB

Black with #64F3FB

Text Example


Text Example

White with #64F3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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