Html Css Color HEX #77D8CB Downy

📋 copy color: '#77D8CB'

red 119 ◦ green 216 ◦ blue 203

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

Shades of Downy #77D8CB

Tints of Downy #77D8CB

RGB

 RED value IS 119 (46.88% from 255) = 22.12%

 GREEN value IS 216 (84.77% from 255) = 40.15%

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 22.12%
G = 40.15%
B = 37.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#77D8CB (or 0x77D8CB) is known color: Downy. HEX triplet: 77, D8 and CB. RGB value is (119,216,203). Sum of RGB (Red+Green+Blue) = 119+216+203=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #77D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D8CB is #882734. Grayscale: #B9B9B9. Windows color (decimal): -8922933 or 13359223. OLE color: 13359223.

HSL color Cylindrical-coordinate representation of color #77D8CB: hue angle of 171.96º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D8CB is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 216 203 -
CMYK 0.45 0 0.06 0.15
HSL 171.96º 0.55% 0.66% -
HSV(B) 171.96º 0.45% 0.85% -
XYZ 42.94 57.35 65.31 -
YUV 185.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 119 216 203 0.45 0 0.06 0.15 171.96 0.55 0.66
Hex 77 D8 CB 2D 0 6 F AC 37 42
Octal 167 330 313 55 0 6 17 254 67 102
Binary 1110111 11011000 11001011 101101 0 110 1111 10101100 110111 1000010

Color Harmonies of #77D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D8CB

Black with #77D8CB

Text Example


Text Example

White with #77D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77D8CB; }

 p { color: rgb(119,216,203); }

 H1.HeaderClassName
 {
   color: #77D8CB;
 }
 .AnyTagClassName
 {
   color: #77D8CB;
 }
</style>

background-color css

<style>
 a { background-color: #77D8CB; }

 a { background-color: rgb(119,216,203); }

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

border-color css

<style>
 span { border-color: #77D8CB; }

 span { border-color: rgb(119,216,203); }

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