Html Css Color HEX #12D1EE Deep Sky Blue

📋 copy color: '#12D1EE'

red 18 ◦ green 209 ◦ blue 238

#12D1EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #12D1EE

Tints of Deep Sky Blue #12D1EE

RGB

 RED value IS 18 (7.42% from 255) = 3.87%

 GREEN value IS 209 (82.03% from 255) = 44.95%

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 3.87%
G = 44.95%
B = 51.18%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12D1EE (or 0x12D1EE) is known color: Deep Sky Blue. HEX triplet: 12, D1 and EE. RGB value is (18,209,238). Sum of RGB (Red+Green+Blue) = 18+209+238=465 (61% of max value = 765). Red value is 18 (7.42% from 255 or 3.87% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #12D1EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12D1EE is #ED2E11. Grayscale: #9A9A9A. Windows color (decimal): -15543826 or 15651090. OLE color: 15651090.

HSL color Cylindrical-coordinate representation of color #12D1EE: hue angle of 187.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D1EE is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 209 238 -
CMYK 0.92 0.12 0 0.07
HSL 187.91º 0.87% 0.5% -
HSV(B) 187.91º 0.92% 0.93% -
XYZ 38.48 51.9 88.88 -
YUV 155.2 174.72 30.14 -
System Red Green Blue C M Y K H S L
Decimal 18 209 238 0.92 0.12 0 0.07 187.91 0.87 0.5
Hex 12 D1 EE 5C C 0 7 BC 57 32
Octal 22 321 356 134 14 0 7 274 127 62
Binary 10010 11010001 11101110 1011100 1100 0 111 10111100 1010111 110010

Color Harmonies of #12D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D1EE

Black with #12D1EE

Text Example


Text Example

White with #12D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12D1EE;
 }
 .AnyTagClassName
 {
   color: #12D1EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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