#12BCEB

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

Shades of Deep Sky Blue #12BCEB

Tints of Deep Sky Blue #12BCEB

Color information

#12BCEB (or 0x12BCEB) is unknown color: approx Deep Sky Blue. HEX triplet: 12, BC and EB. RGB value is (18,188,235). Sum of RGB (Red+Green+Blue) = 18+188+235=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #12BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BCEB is #ED4314. Grayscale: #8E8E8E. Windows color (decimal): -15549205 or 15449106. OLE color: 15449106.

HSL color Cylindrical-coordinate representation of color #12BCEB: hue angle of 193º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BCEB is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18188235-
CMYK0.920.200.08
HSL193º85.77%49.61%-
HSV(B)193º92.34%92.16%-
XYZ33.2342.0984.97-
YUV142.53180.1839.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.08%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 235 (92.19% from 255) = 53.29%
R=4.08%
G=42.63%
B=53.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181882350.920.200.0819385.7749.61
Hex12BCEB5C1408c15632
Octal222743531342401030112662
Binary10010101111001110101110111001010001000110000011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12BCEB; }

 p { color: rgb(18,188,235); }

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

<style>
 a { background-color: #12BCEB; }

 a { background-color: rgb(18,188,235); }

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

<style>
 span { border-color: #12BCEB; }

 span { border-color: rgb(18,188,235); }

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