Html Css Color HEX #12A5CF Pacific Blue

📋 copy color: '#12A5CF'

red 18 ◦ green 165 ◦ blue 207

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

Shades of Pacific Blue #12A5CF

Tints of Pacific Blue #12A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.31%

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

R = 4.62%
G = 42.31%
B = 53.08%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#12A5CF (or 0x12A5CF) is known color: Pacific Blue. HEX triplet: 12, A5 and CF. RGB value is (18,165,207). Sum of RGB (Red+Green+Blue) = 18+165+207=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A5CF is #ED5A30. Grayscale: #7D7D7D. Windows color (decimal): -15555121 or 13608210. OLE color: 13608210.

HSL color Cylindrical-coordinate representation of color #12A5CF: hue angle of 193.33º 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 #12A5CF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 165 207 -
CMYK 0.91 0.20 0 0.19
HSL 193.33º 0.84% 0.44% -
HSV(B) 193.33º 0.91% 0.81% -
XYZ 24.97 31.54 63.8 -
YUV 125.84 173.8 51.08 -
System Red Green Blue C M Y K H S L
Decimal 18 165 207 0.91 0.20 0 0.19 193.33 0.84 0.44
Hex 12 A5 CF 5B 14 0 13 C1 54 2C
Octal 22 245 317 133 24 0 23 301 124 54
Binary 10010 10100101 11001111 1011011 10100 0 10011 11000001 1010100 101100

Color Harmonies of #12A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A5CF

Black with #12A5CF

Text Example


Text Example

White with #12A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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