Html Css Color HEX #129BD7 Pacific Blue

📋 copy color: '#129BD7'

red 18 ◦ green 155 ◦ blue 215

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

Shades of Pacific Blue #129BD7

Tints of Pacific Blue #129BD7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.95%

 BLUE value IS 215 (84.38% from 255) = 55.41%

R = 4.64%
G = 39.95%
B = 55.41%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#129BD7 (or 0x129BD7) is known color: Pacific Blue. HEX triplet: 12, 9B and D7. RGB value is (18,155,215). Sum of RGB (Red+Green+Blue) = 18+155+215=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #129BD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BD7 is #ED6428. Grayscale: #787878. Windows color (decimal): -15557673 or 14129938. OLE color: 14129938.

HSL color Cylindrical-coordinate representation of color #129BD7: hue angle of 198.27º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BD7 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 155 215 -
CMYK 0.92 0.28 0 0.16
HSL 198.27º 0.85% 0.46% -
HSV(B) 198.27º 0.92% 0.84% -
XYZ 24.24 28.48 68.51 -
YUV 120.88 181.11 54.62 -
System Red Green Blue C M Y K H S L
Decimal 18 155 215 0.92 0.28 0 0.16 198.27 0.85 0.46
Hex 12 9B D7 5C 1C 0 10 C6 55 2E
Octal 22 233 327 134 34 0 20 306 125 56
Binary 10010 10011011 11010111 1011100 11100 0 10000 11000110 1010101 101110

Color Harmonies of #129BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BD7

Black with #129BD7

Text Example


Text Example

White with #129BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,155,215); }

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

background-color css

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

 a { background-color: rgb(18,155,215); }

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

border-color css

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

 span { border-color: rgb(18,155,215); }

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