Html Css Color HEX #12A2CF Pacific Blue

📋 copy color: '#12A2CF'

red 18 ◦ green 162 ◦ blue 207

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

Shades of Pacific Blue #12A2CF

Tints of Pacific Blue #12A2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 4.65%
G = 41.86%
B = 53.49%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12A2CF (or 0x12A2CF) is known color: Pacific Blue. HEX triplet: 12, A2 and CF. RGB value is (18,162,207). Sum of RGB (Red+Green+Blue) = 18+162+207=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A2CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2CF is #ED5D30. Grayscale: #7B7B7B. Windows color (decimal): -15555889 or 13607442. OLE color: 13607442.

HSL color Cylindrical-coordinate representation of color #12A2CF: hue angle of 194.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A2CF is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 162 207 -
CMYK 0.91 0.22 0 0.19
HSL 194.29º 0.84% 0.44% -
HSV(B) 194.29º 0.91% 0.81% -
XYZ 24.43 30.47 63.63 -
YUV 124.07 174.79 52.34 -
System Red Green Blue C M Y K H S L
Decimal 18 162 207 0.91 0.22 0 0.19 194.29 0.84 0.44
Hex 12 A2 CF 5B 16 0 13 C2 54 2C
Octal 22 242 317 133 26 0 23 302 124 54
Binary 10010 10100010 11001111 1011011 10110 0 10011 11000010 1010100 101100

Color Harmonies of #12A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2CF

Black with #12A2CF

Text Example


Text Example

White with #12A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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