#75CBD1

Color #75CBD1 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #75CBD1

Tints of Spray #75CBD1

Color information

#75CBD1 (or 0x75CBD1) is unknown color: approx Spray. HEX triplet: 75, CB and D1. RGB value is (117,203,209). Sum of RGB (Red+Green+Blue) = 117+203+209=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #75CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBD1 is #8A342E. Grayscale: #B1B1B1. Windows color (decimal): -9057327 or 13749109. OLE color: 13749109.

HSL color Cylindrical-coordinate representation of color #75CBD1: hue angle of 183.91º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75CBD1 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117203209-
CMYK0.440.0300.18
HSL183.91º50%63.92%-
HSV(B)183.91º44.02%81.96%-
XYZ40.251.168.07-
YUV177.97145.5184.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.12%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=22.12%
G=38.37%
B=39.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172032090.440.0300.18183.915063.92
Hex75CBD12C3012b83240
Octal16531332154302227062100
Binary1110101110010111101000110110011010010101110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,203,209); }

 H1.HeaderClassName
 {
   color: #75CBD1;
 }
 .AnyTagClassName
 {
   color: #75CBD1;
 }
</style>
background-color css

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

 a { background-color: rgb(117,203,209); }

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

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

 span { border-color: rgb(117,203,209); }

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