Html Css Color HEX #75CDDC Spray

📋 copy color: '#75CDDC'

red 117 ◦ green 205 ◦ blue 220

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

Shades of Spray #75CDDC

Tints of Spray #75CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.82%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 21.59%
G = 37.82%
B = 40.59%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75CDDC (or 0x75CDDC) is known color: Spray. HEX triplet: 75, CD and DC. RGB value is (117,205,220). Sum of RGB (Red+Green+Blue) = 117+205+220=542 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.59% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #75CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDDC is #8A3223. Grayscale: #B4B4B4. Windows color (decimal): -9056804 or 14470517. OLE color: 14470517.

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

Color convert

RGB 117 205 220 -
CMYK 0.47 0.07 0 0.14
HSL 188.74º 0.6% 0.66% -
HSV(B) 188.74º 0.47% 0.86% -
XYZ 42.09 52.61 75.65 -
YUV 180.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 117 205 220 0.47 0.07 0 0.14 188.74 0.6 0.66
Hex 75 CD DC 2F 7 0 E BD 3C 42
Octal 165 315 334 57 7 0 16 275 74 102
Binary 1110101 11001101 11011100 101111 111 0 1110 10111101 111100 1000010

Color Harmonies of #75CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDDC

Black with #75CDDC

Text Example


Text Example

White with #75CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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