Html Css Color HEX #75DACE Downy

📋 copy color: '#75DACE'

red 117 ◦ green 218 ◦ blue 206

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

Shades of Downy #75DACE

Tints of Downy #75DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 21.63%
G = 40.3%
B = 38.08%

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

#75DACE (or 0x75DACE) is known color: Downy. HEX triplet: 75, DA and CE. RGB value is (117,218,206). Sum of RGB (Red+Green+Blue) = 117+218+206=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #75DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DACE is #8A2531. Grayscale: #BABABA. Windows color (decimal): -9053490 or 13556341. OLE color: 13556341.

HSL color Cylindrical-coordinate representation of color #75DACE: hue angle of 172.87º 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 #75DACE is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 218 206 -
CMYK 0.46 0 0.06 0.15
HSL 172.87º 0.58% 0.66% -
HSV(B) 172.87º 0.46% 0.85% -
XYZ 43.55 58.38 67.37 -
YUV 186.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 117 218 206 0.46 0 0.06 0.15 172.87 0.58 0.66
Hex 75 DA CE 2E 0 6 F AD 3A 42
Octal 165 332 316 56 0 6 17 255 72 102
Binary 1110101 11011010 11001110 101110 0 110 1111 10101101 111010 1000010

Color Harmonies of #75DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DACE

Black with #75DACE

Text Example


Text Example

White with #75DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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