Html Css Color HEX #129BDD Pacific Blue

📋 copy color: '#129BDD'

red 18 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #129BDD

Tints of Pacific Blue #129BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 4.57%
G = 39.34%
B = 56.09%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#129BDD (or 0x129BDD) is known color: Pacific Blue. HEX triplet: 12, 9B and DD. RGB value is (18,155,221). Sum of RGB (Red+Green+Blue) = 18+155+221=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #129BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BDD is #ED6422. Grayscale: #797979. Windows color (decimal): -15557667 or 14523154. OLE color: 14523154.

HSL color Cylindrical-coordinate representation of color #129BDD: hue angle of 199.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BDD is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 155 221 -
CMYK 0.92 0.30 0 0.13
HSL 199.51º 0.85% 0.47% -
HSV(B) 199.51º 0.92% 0.87% -
XYZ 25.02 28.79 72.65 -
YUV 121.56 184.11 54.13 -
System Red Green Blue C M Y K H S L
Decimal 18 155 221 0.92 0.30 0 0.13 199.51 0.85 0.47
Hex 12 9B DD 5C 1E 0 D C8 55 2F
Octal 22 233 335 134 36 0 15 310 125 57
Binary 10010 10011011 11011101 1011100 11110 0 1101 11001000 1010101 101111

Color Harmonies of #129BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BDD

Black with #129BDD

Text Example


Text Example

White with #129BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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