#12BDFF

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

Shades of Deep Sky Blue #12BDFF

Tints of Deep Sky Blue #12BDFF

Color information

#12BDFF (or 0x12BDFF) is unknown color: approx Deep Sky Blue. HEX triplet: 12, BD and FF. RGB value is (18,189,255). Sum of RGB (Red+Green+Blue) = 18+189+255=462 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.90% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #12BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12BDFF is #ED4200. Grayscale: #909090. Windows color (decimal): -15548929 or 16760082. OLE color: 16760082.

HSL color Cylindrical-coordinate representation of color #12BDFF: hue angle of 196.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12BDFF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18189255-
CMYK0.930.2600
HSL196.71º100%53.53%-
HSV(B)196.71º92.94%100%-
XYZ36.543.74101.13-
YUV145.4189.8537.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.90%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 255 (100% from 255) = 55.19%
R=3.90%
G=40.91%
B=55.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181892550.930.2600196.7110053.53
Hex12BDFF5D1A00c56436
Octal22275377135320030514466
Binary10010101111011111111110111011101000110001011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,255); }

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

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

 a { background-color: rgb(18,189,255); }

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

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

 span { border-color: rgb(18,189,255); }

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