Html Css Color HEX #12AAF3 Deep Sky Blue

📋 copy color: '#12AAF3'

red 18 ◦ green 170 ◦ blue 243

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

Shades of Deep Sky Blue #12AAF3

Tints of Deep Sky Blue #12AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.38%

R = 4.18%
G = 39.44%
B = 56.38%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#12AAF3 (or 0x12AAF3) is known color: Deep Sky Blue. HEX triplet: 12, AA and F3. RGB value is (18,170,243). Sum of RGB (Red+Green+Blue) = 18+170+243=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 243 (95.31% from 255 or 56.38% from 431); Max value from RGB is 243 - color contains mainly: blue. Hex color #12AAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAF3 is #ED550C. Grayscale: #848484. Windows color (decimal): -15553805 or 15968786. OLE color: 15968786.

HSL color Cylindrical-coordinate representation of color #12AAF3: hue angle of 199.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAF3 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 170 243 -
CMYK 0.93 0.30 0 0.05
HSL 199.47º 0.9% 0.51% -
HSV(B) 199.47º 0.93% 0.95% -
XYZ 30.8 35.35 89.99 -
YUV 132.87 190.14 46.06 -
System Red Green Blue C M Y K H S L
Decimal 18 170 243 0.93 0.30 0 0.05 199.47 0.9 0.51
Hex 12 AA F3 5D 1E 0 5 C7 5A 33
Octal 22 252 363 135 36 0 5 307 132 63
Binary 10010 10101010 11110011 1011101 11110 0 101 11000111 1011010 110011

Color Harmonies of #12AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAF3

Black with #12AAF3

Text Example


Text Example

White with #12AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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