#12DDFF

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

Shades of Deep Sky Blue #12DDFF

Tints of Deep Sky Blue #12DDFF

Color information

#12DDFF (or 0x12DDFF) is unknown color: approx Deep Sky Blue. HEX triplet: 12, DD and FF. RGB value is (18,221,255). Sum of RGB (Red+Green+Blue) = 18+221+255=494 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DDFF is #ED2200. Grayscale: #A3A3A3. Windows color (decimal): -15540737 or 16768274. OLE color: 16768274.

HSL color Cylindrical-coordinate representation of color #12DDFF: hue angle of 188.61º 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 #12DDFF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18221255-
CMYK0.930.1300
HSL188.61º100%53.53%-
HSV(B)188.61º92.94%100%-
XYZ44.1659.06103.68-
YUV164.18179.2523.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.64%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 255 (100% from 255) = 51.62%
R=3.64%
G=44.74%
B=51.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182212550.930.1300188.6110053.53
Hex12DDFF5DD00bd6436
Octal22335377135150027514466
Binary1001011011101111111111011101110100101111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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