#12DEFF

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

Shades of Deep Sky Blue #12DEFF

Tints of Deep Sky Blue #12DEFF

Color information

#12DEFF (or 0x12DEFF) is unknown color: approx Deep Sky Blue. HEX triplet: 12, DE and FF. RGB value is (18,222,255). Sum of RGB (Red+Green+Blue) = 18+222+255=495 (65% of max value = 765). Red value is 18 (7.42% from 255 or 3.64% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #12DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DEFF is #ED2100. Grayscale: #A4A4A4. Windows color (decimal): -15540481 or 16768530. OLE color: 16768530.

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

Color convert

RGB18222255-
CMYK0.930.1300
HSL188.35º100%53.53%-
HSV(B)188.35º92.94%100%-
XYZ44.4259.59103.77-
YUV164.77178.9123.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 3.64%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 255 (100% from 255) = 51.52%
R=3.64%
G=44.85%
B=51.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal182222550.930.1300188.3510053.53
Hex12DEFF5DD00bc6436
Octal22336377135150027414466
Binary1001011011110111111111011101110100101111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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