Html Css Color HEX #75D8CB Downy

📋 copy color: '#75D8CB'

red 117 ◦ green 216 ◦ blue 203

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

Shades of Downy #75D8CB

Tints of Downy #75D8CB

RGB

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

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

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

R = 21.83%
G = 40.3%
B = 37.87%

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

#75D8CB (or 0x75D8CB) is known color: Downy. HEX triplet: 75, D8 and CB. RGB value is (117,216,203). Sum of RGB (Red+Green+Blue) = 117+216+203=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #75D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D8CB is #8A2734. Grayscale: #B8B8B8. Windows color (decimal): -9054005 or 13359221. OLE color: 13359221.

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

Color convert

RGB 117 216 203 -
CMYK 0.46 0 0.06 0.15
HSL 172.12º 0.56% 0.65% -
HSV(B) 172.12º 0.46% 0.85% -
XYZ 42.67 57.21 65.29 -
YUV 184.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 117 216 203 0.46 0 0.06 0.15 172.12 0.56 0.65
Hex 75 D8 CB 2E 0 6 F AC 38 41
Octal 165 330 313 56 0 6 17 254 70 101
Binary 1110101 11011000 11001011 101110 0 110 1111 10101100 111000 1000001

Color Harmonies of #75D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D8CB

Black with #75D8CB

Text Example


Text Example

White with #75D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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