#75C8EA

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

Shades of Sky Blue #75C8EA

Tints of Sky Blue #75C8EA

Color information

#75C8EA (or 0x75C8EA) is unknown color: approx Sky Blue. HEX triplet: 75, C8 and EA. RGB value is (117,200,234). Sum of RGB (Red+Green+Blue) = 117+200+234=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #75C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C8EA is #8A3715. Grayscale: #B2B2B2. Windows color (decimal): -9058070 or 15386741. OLE color: 15386741.

HSL color Cylindrical-coordinate representation of color #75C8EA: hue angle of 197.44º degrees, saturation: 0.74, 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 #75C8EA is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117200234-
CMYK0.50.1500.08
HSL197.44º73.58%68.82%-
HSV(B)197.44º50%91.76%-
XYZ42.8451.0385.43-
YUV179.0615983.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.23%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=21.23%
G=36.30%
B=42.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1172002340.50.1500.08197.4473.5868.82
Hex75C8EA32F08c54a45
Octal1653103526217010305112105
Binary111010111001000111010101100101111010001100010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,200,234); }

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

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

 a { background-color: rgb(117,200,234); }

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

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

 span { border-color: rgb(117,200,234); }

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