Html Css Color HEX #12A8E6 Deep Sky Blue

📋 copy color: '#12A8E6'

red 18 ◦ green 168 ◦ blue 230

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

Shades of Deep Sky Blue #12A8E6

Tints of Deep Sky Blue #12A8E6

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

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

R = 4.33%
G = 40.38%
B = 55.29%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#12A8E6 (or 0x12A8E6) is known color: Deep Sky Blue. HEX triplet: 12, A8 and E6. RGB value is (18,168,230). Sum of RGB (Red+Green+Blue) = 18+168+230=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 230 (90.23% from 255 or 55.29% from 416); Max value from RGB is 230 - color contains mainly: blue. Hex color #12A8E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8E6 is #ED5719. Grayscale: #818181. Windows color (decimal): -15554330 or 15116306. OLE color: 15116306.

HSL color Cylindrical-coordinate representation of color #12A8E6: hue angle of 197.55º 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 #12A8E6 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 168 230 -
CMYK 0.92 0.27 0 0.10
HSL 197.55º 0.85% 0.49% -
HSV(B) 197.55º 0.92% 0.9% -
XYZ 28.54 33.85 79.89 -
YUV 130.22 184.31 47.96 -
System Red Green Blue C M Y K H S L
Decimal 18 168 230 0.92 0.27 0 0.10 197.55 0.85 0.49
Hex 12 A8 E6 5C 1B 0 A C6 55 31
Octal 22 250 346 134 33 0 12 306 125 61
Binary 10010 10101000 11100110 1011100 11011 0 1010 11000110 1010101 110001

Color Harmonies of #12A8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8E6

Black with #12A8E6

Text Example


Text Example

White with #12A8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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