Html Css Color HEX #63EAD4 Downy

📋 copy color: '#63EAD4'

red 99 ◦ green 234 ◦ blue 212

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

Shades of Downy #63EAD4

Tints of Downy #63EAD4

RGB

 RED value IS 99 (39.06% from 255) = 18.17%

 GREEN value IS 234 (91.8% from 255) = 42.94%

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 18.17%
G = 42.94%
B = 38.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#63EAD4 (or 0x63EAD4) is known color: Downy. HEX triplet: 63, EA and D4. RGB value is (99,234,212). Sum of RGB (Red+Green+Blue) = 99+234+212=545 (72% of max value = 765). Red value is 99 (39.06% from 255 or 18.17% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #63EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #63EAD4 is #9C152B. Grayscale: #BFBFBF. Windows color (decimal): -10229036 or 13953635. OLE color: 13953635.

HSL color Cylindrical-coordinate representation of color #63EAD4: hue angle of 170.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63EAD4 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 234 212 -
CMYK 0.58 0 0.09 0.08
HSL 170.22º 0.76% 0.65% -
HSV(B) 170.22º 0.58% 0.92% -
XYZ 46.45 66.25 72.63 -
YUV 191.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 99 234 212 0.58 0 0.09 0.08 170.22 0.76 0.65
Hex 63 EA D4 3A 0 9 8 AA 4C 41
Octal 143 352 324 72 0 11 10 252 114 101
Binary 1100011 11101010 11010100 111010 0 1001 1000 10101010 1001100 1000001

Color Harmonies of #63EAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EAD4

Black with #63EAD4

Text Example


Text Example

White with #63EAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63EAD4; }

 p { color: rgb(99,234,212); }

 H1.HeaderClassName
 {
   color: #63EAD4;
 }
 .AnyTagClassName
 {
   color: #63EAD4;
 }
</style>

background-color css

<style>
 a { background-color: #63EAD4; }

 a { background-color: rgb(99,234,212); }

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

border-color css

<style>
 span { border-color: #63EAD4; }

 span { border-color: rgb(99,234,212); }

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