#75CBD5

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

Shades of Spray #75CBD5

Tints of Spray #75CBD5

Color information

#75CBD5 (or 0x75CBD5) is unknown color: approx Spray. HEX triplet: 75, CB and D5. RGB value is (117,203,213). Sum of RGB (Red+Green+Blue) = 117+203+213=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #75CBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBD5 is #8A342A. Grayscale: #B2B2B2. Windows color (decimal): -9057323 or 14011253. OLE color: 14011253.

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

Color convert

RGB117203213-
CMYK0.450.0500.16
HSL186.25º53.33%64.71%-
HSV(B)186.25º45.07%83.53%-
XYZ40.751.370.71-
YUV178.43147.5184.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=21.95%
G=38.09%
B=39.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172032130.450.0500.16186.2553.3364.71
Hex75CBD52D5010ba3541
Octal16531332555502027265101
Binary11101011100101111010101101101101010000101110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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