#1CC3EB

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

Shades of Deep Sky Blue #1CC3EB

Tints of Deep Sky Blue #1CC3EB

Color information

#1CC3EB (or 0x1CC3EB) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, C3 and EB. RGB value is (28,195,235). Sum of RGB (Red+Green+Blue) = 28+195+235=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CC3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC3EB is #E33C14. Grayscale: #959595. Windows color (decimal): -14892053 or 15450908. OLE color: 15450908.

HSL color Cylindrical-coordinate representation of color #1CC3EB: hue angle of 191.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC3EB is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB28195235-
CMYK0.880.1700.08
HSL191.59º83.81%51.57%-
HSV(B)191.59º88.09%92.16%-
XYZ34.9945.2885.49-
YUV149.63176.1741.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.11%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 235 (92.19% from 255) = 51.31%
R=6.11%
G=42.58%
B=51.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal281952350.880.1700.08191.5983.8151.57
Hex1CC3EB581108c05434
Octal343033531302101030012464
Binary11100110000111110101110110001000101000110000001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC3EB; }

 p { color: rgb(28,195,235); }

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

<style>
 a { background-color: #1CC3EB; }

 a { background-color: rgb(28,195,235); }

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

<style>
 span { border-color: #1CC3EB; }

 span { border-color: rgb(28,195,235); }

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