Html Css Color HEX #75DACC Downy

📋 copy color: '#75DACC'

red 117 ◦ green 218 ◦ blue 204

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

Shades of Downy #75DACC

Tints of Downy #75DACC

RGB

 RED value IS 117 (46.09% from 255) = 21.71%

 GREEN value IS 218 (85.55% from 255) = 40.45%

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

R = 21.71%
G = 40.45%
B = 37.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#75DACC (or 0x75DACC) is known color: Downy. HEX triplet: 75, DA and CC. RGB value is (117,218,204). Sum of RGB (Red+Green+Blue) = 117+218+204=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #75DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DACC is #8A2533. Grayscale: #BABABA. Windows color (decimal): -9053492 or 13425269. OLE color: 13425269.

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

Color convert

RGB 117 218 204 -
CMYK 0.46 0 0.06 0.15
HSL 171.68º 0.58% 0.66% -
HSV(B) 171.68º 0.46% 0.85% -
XYZ 43.31 58.28 66.09 -
YUV 186.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 117 218 204 0.46 0 0.06 0.15 171.68 0.58 0.66
Hex 75 DA CC 2E 0 6 F AC 3A 42
Octal 165 332 314 56 0 6 17 254 72 102
Binary 1110101 11011010 11001100 101110 0 110 1111 10101100 111010 1000010

Color Harmonies of #75DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DACC

Black with #75DACC

Text Example


Text Example

White with #75DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75DACC; }

 p { color: rgb(117,218,204); }

 H1.HeaderClassName
 {
   color: #75DACC;
 }
 .AnyTagClassName
 {
   color: #75DACC;
 }
</style>

background-color css

<style>
 a { background-color: #75DACC; }

 a { background-color: rgb(117,218,204); }

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

border-color css

<style>
 span { border-color: #75DACC; }

 span { border-color: rgb(117,218,204); }

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