Html Css Color HEX #129FC1 Pacific Blue

📋 copy color: '#129FC1'

red 18 ◦ green 159 ◦ blue 193

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

Shades of Pacific Blue #129FC1

Tints of Pacific Blue #129FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.97%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 4.86%
G = 42.97%
B = 52.16%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#129FC1 (or 0x129FC1) is known color: Pacific Blue. HEX triplet: 12, 9F and C1. RGB value is (18,159,193). Sum of RGB (Red+Green+Blue) = 18+159+193=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #129FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FC1 is #ED603E. Grayscale: #787878. Windows color (decimal): -15556671 or 12689170. OLE color: 12689170.

HSL color Cylindrical-coordinate representation of color #129FC1: hue angle of 191.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129FC1 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 159 193 -
CMYK 0.91 0.18 0 0.24
HSL 191.66º 0.83% 0.41% -
HSV(B) 191.66º 0.91% 0.76% -
XYZ 22.27 28.78 54.83 -
YUV 120.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 18 159 193 0.91 0.18 0 0.24 191.66 0.83 0.41
Hex 12 9F C1 5B 12 0 18 C0 53 29
Octal 22 237 301 133 22 0 30 300 123 51
Binary 10010 10011111 11000001 1011011 10010 0 11000 11000000 1010011 101001

Color Harmonies of #129FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FC1

Black with #129FC1

Text Example


Text Example

White with #129FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129FC1; }

 p { color: rgb(18,159,193); }

 H1.HeaderClassName
 {
   color: #129FC1;
 }
 .AnyTagClassName
 {
   color: #129FC1;
 }
</style>

background-color css

<style>
 a { background-color: #129FC1; }

 a { background-color: rgb(18,159,193); }

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

border-color css

<style>
 span { border-color: #129FC1; }

 span { border-color: rgb(18,159,193); }

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