Html Css Color HEX #75CDD5 Spray

📋 copy color: '#75CDD5'

red 117 ◦ green 205 ◦ blue 213

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

Shades of Spray #75CDD5

Tints of Spray #75CDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 21.87%
G = 38.32%
B = 39.81%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75CDD5 (or 0x75CDD5) is known color: Spray. HEX triplet: 75, CD and D5. RGB value is (117,205,213). Sum of RGB (Red+Green+Blue) = 117+205+213=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #75CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDD5 is #8A322A. Grayscale: #B3B3B3. Windows color (decimal): -9056811 or 14011765. OLE color: 14011765.

HSL color Cylindrical-coordinate representation of color #75CDD5: hue angle of 185º 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 #75CDD5 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 205 213 -
CMYK 0.45 0.04 0 0.16
HSL 185º 0.53% 0.65% -
HSV(B) 185º 0.45% 0.84% -
XYZ 41.18 52.25 70.87 -
YUV 179.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 117 205 213 0.45 0.04 0 0.16 185 0.53 0.65
Hex 75 CD D5 2D 4 0 10 B9 35 41
Octal 165 315 325 55 4 0 20 271 65 101
Binary 1110101 11001101 11010101 101101 100 0 10000 10111001 110101 1000001

Color Harmonies of #75CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDD5

Black with #75CDD5

Text Example


Text Example

White with #75CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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