Html Css Color HEX #75DCCF Downy

📋 copy color: '#75DCCF'

red 117 ◦ green 220 ◦ blue 207

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

Shades of Downy #75DCCF

Tints of Downy #75DCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 21.51%
G = 40.44%
B = 38.05%

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

#75DCCF (or 0x75DCCF) is known color: Downy. HEX triplet: 75, DC and CF. RGB value is (117,220,207). Sum of RGB (Red+Green+Blue) = 117+220+207=544 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.51% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #75DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75DCCF is #8A2330. Grayscale: #BBBBBB. Windows color (decimal): -9052977 or 13622389. OLE color: 13622389.

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

Color convert

RGB 117 220 207 -
CMYK 0.47 0 0.06 0.14
HSL 172.43º 0.6% 0.66% -
HSV(B) 172.43º 0.47% 0.86% -
XYZ 44.19 59.47 68.18 -
YUV 187.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 117 220 207 0.47 0 0.06 0.14 172.43 0.6 0.66
Hex 75 DC CF 2F 0 6 E AC 3C 42
Octal 165 334 317 57 0 6 16 254 74 102
Binary 1110101 11011100 11001111 101111 0 110 1110 10101100 111100 1000010

Color Harmonies of #75DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DCCF

Black with #75DCCF

Text Example


Text Example

White with #75DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,207); }

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

background-color css

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

 a { background-color: rgb(117,220,207); }

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

border-color css

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

 span { border-color: rgb(117,220,207); }

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