Html Css Color HEX #74DBCC Downy

📋 copy color: '#74DBCC'

red 116 ◦ green 219 ◦ blue 204

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

Shades of Downy #74DBCC

Tints of Downy #74DBCC

RGB

 RED value IS 116 (45.7% from 255) = 21.52%

 GREEN value IS 219 (85.94% from 255) = 40.63%

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

R = 21.52%
G = 40.63%
B = 37.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#74DBCC (or 0x74DBCC) is known color: Downy. HEX triplet: 74, DB and CC. RGB value is (116,219,204). Sum of RGB (Red+Green+Blue) = 116+219+204=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBCC is #8B2433. Grayscale: #BABABA. Windows color (decimal): -9118772 or 13425524. OLE color: 13425524.

HSL color Cylindrical-coordinate representation of color #74DBCC: hue angle of 171.26º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBCC is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 204 -
CMYK 0.47 0 0.07 0.14
HSL 171.26º 0.59% 0.66% -
HSV(B) 171.26º 0.47% 0.86% -
XYZ 43.43 58.74 66.17 -
YUV 186.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 116 219 204 0.47 0 0.07 0.14 171.26 0.59 0.66
Hex 74 DB CC 2F 0 7 E AB 3B 42
Octal 164 333 314 57 0 7 16 253 73 102
Binary 1110100 11011011 11001100 101111 0 111 1110 10101011 111011 1000010

Color Harmonies of #74DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBCC

Black with #74DBCC

Text Example


Text Example

White with #74DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DBCC; }

 p { color: rgb(116,219,204); }

 H1.HeaderClassName
 {
   color: #74DBCC;
 }
 .AnyTagClassName
 {
   color: #74DBCC;
 }
</style>

background-color css

<style>
 a { background-color: #74DBCC; }

 a { background-color: rgb(116,219,204); }

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

border-color css

<style>
 span { border-color: #74DBCC; }

 span { border-color: rgb(116,219,204); }

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