Html Css Color HEX #12A1CB Pacific Blue

📋 copy color: '#12A1CB'

red 18 ◦ green 161 ◦ blue 203

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

Shades of Pacific Blue #12A1CB

Tints of Pacific Blue #12A1CB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.15%

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 4.71%
G = 42.15%
B = 53.14%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12A1CB (or 0x12A1CB) is known color: Pacific Blue. HEX triplet: 12, A1 and CB. RGB value is (18,161,203). Sum of RGB (Red+Green+Blue) = 18+161+203=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #12A1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A1CB is #ED5E34. Grayscale: #7A7A7A. Windows color (decimal): -15556149 or 13345042. OLE color: 13345042.

HSL color Cylindrical-coordinate representation of color #12A1CB: hue angle of 193.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A1CB is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 161 203 -
CMYK 0.91 0.21 0 0.20
HSL 193.62º 0.84% 0.43% -
HSV(B) 193.62º 0.91% 0.8% -
XYZ 23.77 29.93 61.02 -
YUV 123.03 173.12 53.08 -
System Red Green Blue C M Y K H S L
Decimal 18 161 203 0.91 0.21 0 0.20 193.62 0.84 0.43
Hex 12 A1 CB 5B 15 0 14 C2 54 2B
Octal 22 241 313 133 25 0 24 302 124 53
Binary 10010 10100001 11001011 1011011 10101 0 10100 11000010 1010100 101011

Color Harmonies of #12A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A1CB

Black with #12A1CB

Text Example


Text Example

White with #12A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,203); }

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

background-color css

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

 a { background-color: rgb(18,161,203); }

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

border-color css

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

 span { border-color: rgb(18,161,203); }

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