Html Css Color HEX #75DBCE Downy

📋 copy color: '#75DBCE'

red 117 ◦ green 219 ◦ blue 206

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

Shades of Downy #75DBCE

Tints of Downy #75DBCE

RGB

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

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

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

R = 21.59%
G = 40.41%
B = 38.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#75DBCE (or 0x75DBCE) is known color: Downy. HEX triplet: 75, DB and CE. RGB value is (117,219,206). Sum of RGB (Red+Green+Blue) = 117+219+206=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #75DBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DBCE is #8A2431. Grayscale: #BABABA. Windows color (decimal): -9053234 or 13556597. OLE color: 13556597.

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

Color convert

RGB 117 219 206 -
CMYK 0.47 0 0.06 0.14
HSL 172.35º 0.59% 0.66% -
HSV(B) 172.35º 0.47% 0.86% -
XYZ 43.81 58.9 67.45 -
YUV 187.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 117 219 206 0.47 0 0.06 0.14 172.35 0.59 0.66
Hex 75 DB CE 2F 0 6 E AC 3B 42
Octal 165 333 316 57 0 6 16 254 73 102
Binary 1110101 11011011 11001110 101111 0 110 1110 10101100 111011 1000010

Color Harmonies of #75DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DBCE

Black with #75DBCE

Text Example


Text Example

White with #75DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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