#12C6FB

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

Shades of Deep Sky Blue #12C6FB

Tints of Deep Sky Blue #12C6FB

Color information

#12C6FB (or 0x12C6FB) is unknown color: approx Deep Sky Blue. HEX triplet: 12, C6 and FB. RGB value is (18,198,251). Sum of RGB (Red+Green+Blue) = 18+198+251=467 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.85% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #12C6FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12C6FB is #ED3904. Grayscale: #959595. Windows color (decimal): -15546629 or 16500242. OLE color: 16500242.

HSL color Cylindrical-coordinate representation of color #12C6FB: hue angle of 193.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C6FB is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18198251-
CMYK0.930.2100.02
HSL193.65º96.68%52.75%-
HSV(B)193.65º92.83%98.43%-
XYZ37.8647.4898.44-
YUV150.22184.8733.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.85%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 251 (98.44% from 255) = 53.75%
R=3.85%
G=42.40%
B=53.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181982510.930.2100.02193.6596.6852.75
Hex12C6FB5D1502c26135
Octal22306373135250230214165
Binary100101100011011111011101110110101010110000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,198,251); }

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

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

 a { background-color: rgb(18,198,251); }

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

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

 span { border-color: rgb(18,198,251); }

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