#1CCAE9

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

Shades of Deep Sky Blue #1CCAE9

Tints of Deep Sky Blue #1CCAE9

Color information

#1CCAE9 (or 0x1CCAE9) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, CA and E9. RGB value is (28,202,233). Sum of RGB (Red+Green+Blue) = 28+202+233=463 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.05% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #1CCAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCAE9 is #E33516. Grayscale: #999999. Windows color (decimal): -14890263 or 15321628. OLE color: 15321628.

HSL color Cylindrical-coordinate representation of color #1CCAE9: hue angle of 189.07º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCAE9 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB28202233-
CMYK0.880.1300.09
HSL189.07º82.33%51.18%-
HSV(B)189.07º87.98%91.37%-
XYZ36.3148.3784.51-
YUV153.51172.8538.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.05%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 233 (91.41% from 255) = 50.32%
R=6.05%
G=43.63%
B=50.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal282022330.880.1300.09189.0782.3351.18
Hex1CCAE958D09bd5233
Octal343123511301501127512263
Binary1110011001010111010011011000110101001101111011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,202,233); }

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

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

 a { background-color: rgb(28,202,233); }

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

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

 span { border-color: rgb(28,202,233); }

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