Html Css Color HEX #12AAE6 Deep Sky Blue

📋 copy color: '#12AAE6'

red 18 ◦ green 170 ◦ blue 230

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

Shades of Deep Sky Blue #12AAE6

Tints of Deep Sky Blue #12AAE6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 230 (90.23% from 255) = 55.02%

R = 4.31%
G = 40.67%
B = 55.02%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#12AAE6 (or 0x12AAE6) is known color: Deep Sky Blue. HEX triplet: 12, AA and E6. RGB value is (18,170,230). Sum of RGB (Red+Green+Blue) = 18+170+230=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #12AAE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAE6 is #ED5519. Grayscale: #838383. Windows color (decimal): -15553818 or 15116818. OLE color: 15116818.

HSL color Cylindrical-coordinate representation of color #12AAE6: hue angle of 196.98º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12AAE6 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 170 230 -
CMYK 0.92 0.26 0 0.10
HSL 196.98º 0.85% 0.49% -
HSV(B) 196.98º 0.92% 0.9% -
XYZ 28.91 34.59 80.02 -
YUV 131.39 183.64 47.12 -
System Red Green Blue C M Y K H S L
Decimal 18 170 230 0.92 0.26 0 0.10 196.98 0.85 0.49
Hex 12 AA E6 5C 1A 0 A C5 55 31
Octal 22 252 346 134 32 0 12 305 125 61
Binary 10010 10101010 11100110 1011100 11010 0 1010 11000101 1010101 110001

Color Harmonies of #12AAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAE6

Black with #12AAE6

Text Example


Text Example

White with #12AAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,170,230); }

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

background-color css

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

 a { background-color: rgb(18,170,230); }

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

border-color css

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

 span { border-color: rgb(18,170,230); }

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