Html Css Color HEX #12A8EF Deep Sky Blue

📋 copy color: '#12A8EF'

red 18 ◦ green 168 ◦ blue 239

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

Shades of Deep Sky Blue #12A8EF

Tints of Deep Sky Blue #12A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 4.24%
G = 39.53%
B = 56.24%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#12A8EF (or 0x12A8EF) is known color: Deep Sky Blue. HEX triplet: 12, A8 and EF. RGB value is (18,168,239). Sum of RGB (Red+Green+Blue) = 18+168+239=425 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.24% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #12A8EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8EF is #ED5710. Grayscale: #828282. Windows color (decimal): -15554321 or 15706130. OLE color: 15706130.

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

Color convert

RGB 18 168 239 -
CMYK 0.92 0.30 0 0.06
HSL 199.28º 0.87% 0.5% -
HSV(B) 199.28º 0.92% 0.94% -
XYZ 29.83 34.37 86.72 -
YUV 131.24 188.81 47.23 -
System Red Green Blue C M Y K H S L
Decimal 18 168 239 0.92 0.30 0 0.06 199.28 0.87 0.5
Hex 12 A8 EF 5C 1E 0 6 C7 57 32
Octal 22 250 357 134 36 0 6 307 127 62
Binary 10010 10101000 11101111 1011100 11110 0 110 11000111 1010111 110010

Color Harmonies of #12A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A8EF

Black with #12A8EF

Text Example


Text Example

White with #12A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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