Html Css Color HEX #12ABEA Deep Sky Blue

📋 copy color: '#12ABEA'

red 18 ◦ green 171 ◦ blue 234

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

Shades of Deep Sky Blue #12ABEA

Tints of Deep Sky Blue #12ABEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 4.26%
G = 40.43%
B = 55.32%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#12ABEA (or 0x12ABEA) is known color: Deep Sky Blue. HEX triplet: 12, AB and EA. RGB value is (18,171,234). Sum of RGB (Red+Green+Blue) = 18+171+234=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #12ABEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12ABEA is #ED5415. Grayscale: #848484. Windows color (decimal): -15553558 or 15379218. OLE color: 15379218.

HSL color Cylindrical-coordinate representation of color #12ABEA: hue angle of 197.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ABEA is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 171 234 -
CMYK 0.92 0.27 0 0.08
HSL 197.5º 0.86% 0.49% -
HSV(B) 197.5º 0.92% 0.92% -
XYZ 29.66 35.19 83.07 -
YUV 132.44 185.31 46.38 -
System Red Green Blue C M Y K H S L
Decimal 18 171 234 0.92 0.27 0 0.08 197.5 0.86 0.49
Hex 12 AB EA 5C 1B 0 8 C6 56 31
Octal 22 253 352 134 33 0 10 306 126 61
Binary 10010 10101011 11101010 1011100 11011 0 1000 11000110 1010110 110001

Color Harmonies of #12ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ABEA

Black with #12ABEA

Text Example


Text Example

White with #12ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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