#12C8F2

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

Shades of Deep Sky Blue #12C8F2

Tints of Deep Sky Blue #12C8F2

Color information

#12C8F2 (or 0x12C8F2) is unknown color: approx Deep Sky Blue. HEX triplet: 12, C8 and F2. RGB value is (18,200,242). Sum of RGB (Red+Green+Blue) = 18+200+242=460 (60% of max value = 765). Red value is 18 (7.42% from 255 or 3.91% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #12C8F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C8F2 is #ED370D. Grayscale: #969696. Windows color (decimal): -15546126 or 15910930. OLE color: 15910930.

HSL color Cylindrical-coordinate representation of color #12C8F2: hue angle of 191.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C8F2 is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18200242-
CMYK0.930.1700.05
HSL191.25º89.6%50.98%-
HSV(B)191.25º92.56%94.9%-
XYZ36.9347.8591.29-
YUV150.37179.733.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.91%
GREEN value IS 200 (78.52% from 255) = 43.48%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=3.91%
G=43.48%
B=52.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182002420.930.1700.05191.2589.650.98
Hex12C8F25D1105bf5a33
Octal22310362135210527713263
Binary1001011001000111100101011101100010101101111111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,200,242); }

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

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

 a { background-color: rgb(18,200,242); }

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

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

 span { border-color: rgb(18,200,242); }

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