Html Css Color HEX #64EEFD Baby Blue

📋 copy color: '#64EEFD'

red 100 ◦ green 238 ◦ blue 253

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

Shades of Baby Blue #64EEFD

Tints of Baby Blue #64EEFD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.27%

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

R = 16.92%
G = 40.27%
B = 42.81%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#64EEFD (or 0x64EEFD) is known color: Baby Blue. HEX triplet: 64, EE and FD. RGB value is (100,238,253). Sum of RGB (Red+Green+Blue) = 100+238+253=591 (78% of max value = 765). Red value is 100 (39.45% from 255 or 16.92% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #64EEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EEFD is #9B1102. Grayscale: #C6C6C6. Windows color (decimal): -10162435 or 16641636. OLE color: 16641636.

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

Color convert

RGB 100 238 253 -
CMYK 0.60 0.06 0 0.01
HSL 185.88º 0.97% 0.69% -
HSV(B) 185.88º 0.6% 0.99% -
XYZ 53.56 70.95 103.8 -
YUV 198.45 158.78 57.78 -
System Red Green Blue C M Y K H S L
Decimal 100 238 253 0.60 0.06 0 0.01 185.88 0.97 0.69
Hex 64 EE FD 3C 6 0 1 BA 61 45
Octal 144 356 375 74 6 0 1 272 141 105
Binary 1100100 11101110 11111101 111100 110 0 1 10111010 1100001 1000101

Color Harmonies of #64EEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EEFD

Black with #64EEFD

Text Example


Text Example

White with #64EEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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