Html Css Color HEX #12AAFA Deep Sky Blue

📋 copy color: '#12AAFA'

red 18 ◦ green 170 ◦ blue 250

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

Shades of Deep Sky Blue #12AAFA

Tints of Deep Sky Blue #12AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 4.11%
G = 38.81%
B = 57.08%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#12AAFA (or 0x12AAFA) is known color: Deep Sky Blue. HEX triplet: 12, AA and FA. RGB value is (18,170,250). Sum of RGB (Red+Green+Blue) = 18+170+250=438 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.11% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #12AAFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAFA is #ED5505. Grayscale: #858585. Windows color (decimal): -15553798 or 16427538. OLE color: 16427538.

HSL color Cylindrical-coordinate representation of color #12AAFA: hue angle of 200.69º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAFA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 170 250 -
CMYK 0.93 0.32 0 0.02
HSL 200.69º 0.96% 0.53% -
HSV(B) 200.69º 0.93% 0.98% -
XYZ 31.88 35.78 95.67 -
YUV 133.67 193.64 45.5 -
System Red Green Blue C M Y K H S L
Decimal 18 170 250 0.93 0.32 0 0.02 200.69 0.96 0.53
Hex 12 AA FA 5D 20 0 2 C9 60 35
Octal 22 252 372 135 40 0 2 311 140 65
Binary 10010 10101010 11111010 1011101 100000 0 10 11001001 1100000 110101

Color Harmonies of #12AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAFA

Black with #12AAFA

Text Example


Text Example

White with #12AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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