Html Css Color HEX #12ABED Deep Sky Blue

📋 copy color: '#12ABED'

red 18 ◦ green 171 ◦ blue 237

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

Shades of Deep Sky Blue #12ABED

Tints of Deep Sky Blue #12ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

 BLUE value IS 237 (92.97% from 255) = 55.63%

R = 4.23%
G = 40.14%
B = 55.63%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#12ABED (or 0x12ABED) is known color: Deep Sky Blue. HEX triplet: 12, AB and ED. RGB value is (18,171,237). Sum of RGB (Red+Green+Blue) = 18+171+237=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #12ABED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABED is #ED5412. Grayscale: #848484. Windows color (decimal): -15553555 or 15575826. OLE color: 15575826.

HSL color Cylindrical-coordinate representation of color #12ABED: hue angle of 198.08º degrees, saturation: 0.86, 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 #12ABED is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 171 237 -
CMYK 0.92 0.28 0 0.07
HSL 198.08º 0.86% 0.5% -
HSV(B) 198.08º 0.92% 0.93% -
XYZ 30.1 35.37 85.36 -
YUV 132.78 186.81 46.13 -
System Red Green Blue C M Y K H S L
Decimal 18 171 237 0.92 0.28 0 0.07 198.08 0.86 0.5
Hex 12 AB ED 5C 1C 0 7 C6 56 32
Octal 22 253 355 134 34 0 7 306 126 62
Binary 10010 10101011 11101101 1011100 11100 0 111 11000110 1010110 110010

Color Harmonies of #12ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABED

Black with #12ABED

Text Example


Text Example

White with #12ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,237); }

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

background-color css

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

 a { background-color: rgb(18,171,237); }

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

border-color css

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

 span { border-color: rgb(18,171,237); }

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