Html Css Color HEX #12AAFE Deep Sky Blue

📋 copy color: '#12AAFE'

red 18 ◦ green 170 ◦ blue 254

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

Shades of Deep Sky Blue #12AAFE

Tints of Deep Sky Blue #12AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 4.07%
G = 38.46%
B = 57.47%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#12AAFE (or 0x12AAFE) is known color: Deep Sky Blue. HEX triplet: 12, AA and FE. RGB value is (18,170,254). Sum of RGB (Red+Green+Blue) = 18+170+254=442 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.07% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #12AAFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAFE is #ED5501. Grayscale: #858585. Windows color (decimal): -15553794 or 16689682. OLE color: 16689682.

HSL color Cylindrical-coordinate representation of color #12AAFE: hue angle of 201.36º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12AAFE is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 170 254 -
CMYK 0.93 0.33 0 0.00
HSL 201.36º 0.99% 0.53% -
HSV(B) 201.36º 0.93% 1% -
XYZ 32.51 36.03 99.01 -
YUV 134.13 195.64 45.17 -
System Red Green Blue C M Y K H S L
Decimal 18 170 254 0.93 0.33 0 0.00 201.36 0.99 0.53
Hex 12 AA FE 5D 21 0 0 C9 63 35
Octal 22 252 376 135 41 0 0 311 143 65
Binary 10010 10101010 11111110 1011101 100001 0 0 11001001 1100011 110101

Color Harmonies of #12AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAFE

Black with #12AAFE

Text Example


Text Example

White with #12AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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