Html Css Color HEX #12A2DD Pacific Blue

📋 copy color: '#12A2DD'

red 18 ◦ green 162 ◦ blue 221

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

Shades of Pacific Blue #12A2DD

Tints of Pacific Blue #12A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 4.49%
G = 40.4%
B = 55.11%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#12A2DD (or 0x12A2DD) is known color: Pacific Blue. HEX triplet: 12, A2 and DD. RGB value is (18,162,221). Sum of RGB (Red+Green+Blue) = 18+162+221=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #12A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2DD is #ED5D22. Grayscale: #7D7D7D. Windows color (decimal): -15555875 or 14524946. OLE color: 14524946.

HSL color Cylindrical-coordinate representation of color #12A2DD: hue angle of 197.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A2DD is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 162 221 -
CMYK 0.92 0.27 0 0.13
HSL 197.44º 0.85% 0.47% -
HSV(B) 197.44º 0.92% 0.87% -
XYZ 26.22 31.19 73.04 -
YUV 125.67 181.79 51.2 -
System Red Green Blue C M Y K H S L
Decimal 18 162 221 0.92 0.27 0 0.13 197.44 0.85 0.47
Hex 12 A2 DD 5C 1B 0 D C5 55 2F
Octal 22 242 335 134 33 0 15 305 125 57
Binary 10010 10100010 11011101 1011100 11011 0 1101 11000101 1010101 101111

Color Harmonies of #12A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2DD

Black with #12A2DD

Text Example


Text Example

White with #12A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,221); }

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

background-color css

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

 a { background-color: rgb(18,162,221); }

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

border-color css

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

 span { border-color: rgb(18,162,221); }

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