Html Css Color HEX #64ECFD Baby Blue

📋 copy color: '#64ECFD'

red 100 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #64ECFD

Tints of Baby Blue #64ECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.07%

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

R = 16.98%
G = 40.07%
B = 42.95%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64ECFD (or 0x64ECFD) is known color: Baby Blue. HEX triplet: 64, EC and FD. RGB value is (100,236,253). Sum of RGB (Red+Green+Blue) = 100+236+253=589 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.98% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #64ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECFD is #9B1302. Grayscale: #C5C5C5. Windows color (decimal): -10162947 or 16641124. OLE color: 16641124.

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

Color convert

RGB 100 236 253 -
CMYK 0.60 0.07 0 0.01
HSL 186.67º 0.97% 0.69% -
HSV(B) 186.67º 0.6% 0.99% -
XYZ 52.98 69.79 103.61 -
YUV 197.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 100 236 253 0.60 0.07 0 0.01 186.67 0.97 0.69
Hex 64 EC FD 3C 7 0 1 BB 61 45
Octal 144 354 375 74 7 0 1 273 141 105
Binary 1100100 11101100 11111101 111100 111 0 1 10111011 1100001 1000101

Color Harmonies of #64ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECFD

Black with #64ECFD

Text Example


Text Example

White with #64ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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