Html Css Color HEX #64F2FD Baby Blue

📋 copy color: '#64F2FD'

red 100 ◦ green 242 ◦ blue 253

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

Shades of Baby Blue #64F2FD

Tints of Baby Blue #64F2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 16.81%
G = 40.67%
B = 42.52%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64F2FD (or 0x64F2FD) is known color: Baby Blue. HEX triplet: 64, F2 and FD. RGB value is (100,242,253). Sum of RGB (Red+Green+Blue) = 100+242+253=595 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.81% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #64F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64F2FD is #9B0D02. Grayscale: #C8C8C8. Windows color (decimal): -10161411 or 16642660. OLE color: 16642660.

HSL color Cylindrical-coordinate representation of color #64F2FD: hue angle of 184.31º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F2FD is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 242 253 -
CMYK 0.60 0.04 0 0.01
HSL 184.31º 0.97% 0.69% -
HSV(B) 184.31º 0.6% 0.99% -
XYZ 54.74 73.31 104.19 -
YUV 200.8 157.46 56.11 -
System Red Green Blue C M Y K H S L
Decimal 100 242 253 0.60 0.04 0 0.01 184.31 0.97 0.69
Hex 64 F2 FD 3C 4 0 1 B8 61 45
Octal 144 362 375 74 4 0 1 270 141 105
Binary 1100100 11110010 11111101 111100 100 0 1 10111000 1100001 1000101

Color Harmonies of #64F2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F2FD

Black with #64F2FD

Text Example


Text Example

White with #64F2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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