#12D1F4

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

Shades of Deep Sky Blue #12D1F4

Tints of Deep Sky Blue #12D1F4

Color information

#12D1F4 (or 0x12D1F4) is unknown color: approx Deep Sky Blue. HEX triplet: 12, D1 and F4. RGB value is (18,209,244). Sum of RGB (Red+Green+Blue) = 18+209+244=471 (62% of max value = 765). Red value is 18 (7.42% from 255 or 3.82% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #12D1F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D1F4 is #ED2E0B. Grayscale: #9B9B9B. Windows color (decimal): -15543820 or 16044306. OLE color: 16044306.

HSL color Cylindrical-coordinate representation of color #12D1F4: hue angle of 189.29º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D1F4 is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18209244-
CMYK0.930.1400.04
HSL189.29º91.13%51.37%-
HSV(B)189.29º92.62%95.69%-
XYZ39.3852.2693.6-
YUV155.88177.7229.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.82%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 244 (95.70% from 255) = 51.80%
R=3.82%
G=44.37%
B=51.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182092440.930.1400.04189.2991.1351.37
Hex12D1F45DE04bd5b33
Octal22321364135160427513363
Binary100101101000111110100101110111100100101111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,209,244); }

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

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

 a { background-color: rgb(18,209,244); }

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

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

 span { border-color: rgb(18,209,244); }

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