Html Css Color HEX #75CDD7 Spray

📋 copy color: '#75CDD7'

red 117 ◦ green 205 ◦ blue 215

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

Shades of Spray #75CDD7

Tints of Spray #75CDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 21.79%
G = 38.18%
B = 40.04%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#75CDD7 (or 0x75CDD7) is known color: Spray. HEX triplet: 75, CD and D7. RGB value is (117,205,215). Sum of RGB (Red+Green+Blue) = 117+205+215=537 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.79% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #75CDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDD7 is #8A3228. Grayscale: #B3B3B3. Windows color (decimal): -9056809 or 14142837. OLE color: 14142837.

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

Color convert

RGB 117 205 215 -
CMYK 0.46 0.05 0 0.16
HSL 186.12º 0.55% 0.65% -
HSV(B) 186.12º 0.46% 0.84% -
XYZ 41.43 52.35 72.21 -
YUV 179.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 117 205 215 0.46 0.05 0 0.16 186.12 0.55 0.65
Hex 75 CD D7 2E 5 0 10 BA 37 41
Octal 165 315 327 56 5 0 20 272 67 101
Binary 1110101 11001101 11010111 101110 101 0 10000 10111010 110111 1000001

Color Harmonies of #75CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDD7

Black with #75CDD7

Text Example


Text Example

White with #75CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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