#1CBCEF

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

Shades of Deep Sky Blue #1CBCEF

Tints of Deep Sky Blue #1CBCEF

Color information

#1CBCEF (or 0x1CBCEF) is unknown color: approx Deep Sky Blue. HEX triplet: 1C, BC and EF. RGB value is (28,188,239). Sum of RGB (Red+Green+Blue) = 28+188+239=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCEF is #E34310. Grayscale: #919191. Windows color (decimal): -14893841 or 15711260. OLE color: 15711260.

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

Color convert

RGB28188239-
CMYK0.880.2100.06
HSL194.5º86.83%52.35%-
HSV(B)194.5º88.28%93.73%-
XYZ34.0442.4588.06-
YUV145.97180.4943.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.15%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=6.15%
G=41.32%
B=52.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal281882390.880.2100.06194.586.8352.35
Hex1CBCEF581506c35734
Octal34274357130250630312764
Binary1110010111100111011111011000101010110110000111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,239); }

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

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

 a { background-color: rgb(28,188,239); }

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

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

 span { border-color: rgb(28,188,239); }

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