Html Css Color HEX #64FDEE Baby Blue

📋 copy color: '#64FDEE'

red 100 ◦ green 253 ◦ blue 238

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

Shades of Baby Blue #64FDEE

Tints of Baby Blue #64FDEE

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 100 253 238 -
CMYK 0.60 0 0.06 0.01
HSL 174.12º 0.97% 0.69% -
HSV(B) 174.12º 0.6% 0.99% -
XYZ 55.81 79.13 93.22 -
YUV 205.54 146.31 52.72 -
System Red Green Blue C M Y K H S L
Decimal 100 253 238 0.60 0 0.06 0.01 174.12 0.97 0.69
Hex 64 FD EE 3C 0 6 1 AE 61 45
Octal 144 375 356 74 0 6 1 256 141 105
Binary 1100100 11111101 11101110 111100 0 110 1 10101110 1100001 1000101

Color Harmonies of #64FDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FDEE

Black with #64FDEE

Text Example


Text Example

White with #64FDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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