Html Css Color HEX #75D5CC Downy

📋 copy color: '#75D5CC'

red 117 ◦ green 213 ◦ blue 204

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

Shades of Downy #75D5CC

Tints of Downy #75D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.89%

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

R = 21.91%
G = 39.89%
B = 38.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#75D5CC (or 0x75D5CC) is known color: Downy. HEX triplet: 75, D5 and CC. RGB value is (117,213,204). Sum of RGB (Red+Green+Blue) = 117+213+204=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #75D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D5CC is #8A2A33. Grayscale: #B7B7B7. Windows color (decimal): -9054772 or 13423989. OLE color: 13423989.

HSL color Cylindrical-coordinate representation of color #75D5CC: hue angle of 174.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D5CC is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 213 204 -
CMYK 0.45 0 0.04 0.16
HSL 174.38º 0.53% 0.65% -
HSV(B) 174.38º 0.45% 0.84% -
XYZ 42.03 55.73 65.67 -
YUV 183.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 117 213 204 0.45 0 0.04 0.16 174.38 0.53 0.65
Hex 75 D5 CC 2D 0 4 10 AE 35 41
Octal 165 325 314 55 0 4 20 256 65 101
Binary 1110101 11010101 11001100 101101 0 100 10000 10101110 110101 1000001

Color Harmonies of #75D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D5CC

Black with #75D5CC

Text Example


Text Example

White with #75D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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