#75CDEB

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

Shades of Spray #75CDEB

Tints of Spray #75CDEB

Color information

#75CDEB (or 0x75CDEB) is unknown color: approx Spray. HEX triplet: 75, CD and EB. RGB value is (117,205,235). Sum of RGB (Red+Green+Blue) = 117+205+235=557 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.01% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #75CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CDEB is #8A3214. Grayscale: #B5B5B5. Windows color (decimal): -9056789 or 15453557. OLE color: 15453557.

HSL color Cylindrical-coordinate representation of color #75CDEB: hue angle of 195.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75CDEB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117205235-
CMYK0.500.1300.08
HSL195.25º74.68%69.02%-
HSV(B)195.25º50.21%92.16%-
XYZ44.1653.4486.59-
YUV182.11157.8581.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.01%
GREEN value IS 205 (80.47% from 255) = 36.80%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=21.01%
G=36.80%
B=42.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172052350.500.1300.08195.2574.6869.02
Hex75CDEB32D08c34b45
Octal1653153536215010303113105
Binary111010111001101111010111100101101010001100001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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