#75CCEB

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

Shades of Sky Blue #75CCEB

Tints of Sky Blue #75CCEB

Color information

#75CCEB (or 0x75CCEB) is unknown color: approx Sky Blue. HEX triplet: 75, CC and EB. RGB value is (117,204,235). Sum of RGB (Red+Green+Blue) = 117+204+235=556 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.04% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #75CCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCEB is #8A3314. Grayscale: #B5B5B5. Windows color (decimal): -9057045 or 15453301. OLE color: 15453301.

HSL color Cylindrical-coordinate representation of color #75CCEB: hue angle of 195.76º 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 #75CCEB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117204235-
CMYK0.500.1300.08
HSL195.76º74.68%69.02%-
HSV(B)195.76º50.21%92.16%-
XYZ43.9252.9786.51-
YUV181.52158.1881.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.04%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=21.04%
G=36.69%
B=42.27%

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
Decimal1172042350.500.1300.08195.7674.6869.02
Hex75CCEB32D08c44b45
Octal1653143536215010304113105
Binary111010111001100111010111100101101010001100010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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