Html Css Color HEX #12AAFD Deep Sky Blue

📋 copy color: '#12AAFD'

red 18 ◦ green 170 ◦ blue 253

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

Shades of Deep Sky Blue #12AAFD

Tints of Deep Sky Blue #12AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 4.08%
G = 38.55%
B = 57.37%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#12AAFD (or 0x12AAFD) is known color: Deep Sky Blue. HEX triplet: 12, AA and FD. RGB value is (18,170,253). Sum of RGB (Red+Green+Blue) = 18+170+253=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #12AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12AAFD is #ED5502. Grayscale: #858585. Windows color (decimal): -15553795 or 16624146. OLE color: 16624146.

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

Color convert

RGB 18 170 253 -
CMYK 0.93 0.33 0 0.01
HSL 201.19º 0.98% 0.53% -
HSV(B) 201.19º 0.93% 0.99% -
XYZ 32.35 35.97 98.17 -
YUV 134.01 195.14 45.25 -
System Red Green Blue C M Y K H S L
Decimal 18 170 253 0.93 0.33 0 0.01 201.19 0.98 0.53
Hex 12 AA FD 5D 21 0 1 C9 62 35
Octal 22 252 375 135 41 0 1 311 142 65
Binary 10010 10101010 11111101 1011101 100001 0 1 11001001 1100010 110101

Color Harmonies of #12AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AAFD

Black with #12AAFD

Text Example


Text Example

White with #12AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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