#12DFFF

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

Shades of Deep Sky Blue #12DFFF

Tints of Deep Sky Blue #12DFFF

Color information

#12DFFF (or 0x12DFFF) is unknown color: approx Deep Sky Blue. HEX triplet: 12, DF and FF. RGB value is (18,223,255). Sum of RGB (Red+Green+Blue) = 18+223+255=496 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.63% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DFFF is #ED2000. Grayscale: #A5A5A5. Windows color (decimal): -15540225 or 16768786. OLE color: 16768786.

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

Color convert

RGB18223255-
CMYK0.930.1300
HSL188.1º100%53.53%-
HSV(B)188.1º92.94%100%-
XYZ44.6960.12103.86-
YUV165.35178.5822.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.63%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 255 (100% from 255) = 51.41%
R=3.63%
G=44.96%
B=51.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182232550.930.1300188.110053.53
Hex12DFFF5DD00bc6436
Octal22337377135150027414466
Binary1001011011111111111111011101110100101111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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