#75CEEE

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

Shades of Sky Blue #75CEEE

Tints of Sky Blue #75CEEE

Color information

#75CEEE (or 0x75CEEE) is unknown color: approx Sky Blue. HEX triplet: 75, CE and EE. RGB value is (117,206,238). Sum of RGB (Red+Green+Blue) = 117+206+238=561 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.86% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #75CEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CEEE is #8A3111. Grayscale: #B6B6B6. Windows color (decimal): -9056530 or 15650421. OLE color: 15650421.

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

Color convert

RGB117206238-
CMYK0.510.1300.07
HSL195.87º78.06%69.61%-
HSV(B)195.87º50.84%93.33%-
XYZ44.8454.188.97-
YUV183.04159.0180.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 20.86%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=20.86%
G=36.72%
B=42.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172062380.510.1300.07195.8778.0669.61
Hex75CEEE33D07c44e46
Octal165316356631507304116106
Binary11101011100111011101110110011110101111100010010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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