#75CCEE

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

Shades of Sky Blue #75CCEE

Tints of Sky Blue #75CCEE

Color information

#75CCEE (or 0x75CCEE) is unknown color: approx Sky Blue. HEX triplet: 75, CC and EE. RGB value is (117,204,238). Sum of RGB (Red+Green+Blue) = 117+204+238=559 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.93% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #75CCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCEE is #8A3311. Grayscale: #B5B5B5. Windows color (decimal): -9057042 or 15649909. OLE color: 15649909.

HSL color Cylindrical-coordinate representation of color #75CCEE: hue angle of 196.86º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CCEE is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB117204238-
CMYK0.510.1400.07
HSL196.86º78.06%69.61%-
HSV(B)196.86º50.84%93.33%-
XYZ44.3653.1488.81-
YUV181.86159.6881.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.93%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=20.93%
G=36.49%
B=42.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172042380.510.1400.07196.8678.0669.61
Hex75CCEE33E07c54e46
Octal165314356631607305116106
Binary11101011100110011101110110011111001111100010110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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