Html Css Color HEX #63CFCC Downy

📋 copy color: '#63CFCC'

red 99 ◦ green 207 ◦ blue 204

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

Shades of Downy #63CFCC

Tints of Downy #63CFCC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.59%

 BLUE value IS 204 (80.08% from 255) = 40%

R = 19.41%
G = 40.59%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#63CFCC (or 0x63CFCC) is known color: Downy. HEX triplet: 63, CF and CC. RGB value is (99,207,204). Sum of RGB (Red+Green+Blue) = 99+207+204=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #63CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63CFCC is #9C3033. Grayscale: #AEAEAE. Windows color (decimal): -10235956 or 13422435. OLE color: 13422435.

HSL color Cylindrical-coordinate representation of color #63CFCC: hue angle of 178.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63CFCC is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 207 204 -
CMYK 0.52 0 0.01 0.19
HSL 178.33º 0.53% 0.6% -
HSV(B) 178.33º 0.52% 0.81% -
XYZ 38.36 51.64 65.07 -
YUV 174.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 99 207 204 0.52 0 0.01 0.19 178.33 0.53 0.6
Hex 63 CF CC 34 0 1 13 B2 35 3C
Octal 143 317 314 64 0 1 23 262 65 74
Binary 1100011 11001111 11001100 110100 0 1 10011 10110010 110101 111100

Color Harmonies of #63CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63CFCC

Black with #63CFCC

Text Example


Text Example

White with #63CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,207,204); }

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

background-color css

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

 a { background-color: rgb(99,207,204); }

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

border-color css

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

 span { border-color: rgb(99,207,204); }

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