#1CC8F0

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

Shades of Deep Sky Blue #1CC8F0

Tints of Deep Sky Blue #1CC8F0

Color information

#1CC8F0 (or 0x1CC8F0) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, C8 and F0. RGB value is (28,200,240). Sum of RGB (Red+Green+Blue) = 28+200+240=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CC8F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC8F0 is #E3370F. Grayscale: #989898. Windows color (decimal): -14890768 or 15779868. OLE color: 15779868.

HSL color Cylindrical-coordinate representation of color #1CC8F0: hue angle of 191.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CC8F0 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB28200240-
CMYK0.880.1700.06
HSL191.32º87.6%52.55%-
HSV(B)191.32º88.33%94.12%-
XYZ36.8647.8589.73-
YUV153.13177.0238.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 5.98%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 240 (94.14% from 255) = 51.28%
R=5.98%
G=42.74%
B=51.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal282002400.880.1700.06191.3287.652.55
Hex1CC8F0581106bf5835
Octal34310360130210627713065
Binary1110011001000111100001011000100010110101111111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,200,240); }

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

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

 a { background-color: rgb(28,200,240); }

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

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

 span { border-color: rgb(28,200,240); }

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