Html Css Color HEX #129ADD Pacific Blue

📋 copy color: '#129ADD'

red 18 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #129ADD

Tints of Pacific Blue #129ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 4.58%
G = 39.19%
B = 56.23%

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

#129ADD (or 0x129ADD) is known color: Pacific Blue. HEX triplet: 12, 9A and DD. RGB value is (18,154,221). Sum of RGB (Red+Green+Blue) = 18+154+221=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #129ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ADD is #ED6522. Grayscale: #787878. Windows color (decimal): -15557923 or 14522898. OLE color: 14522898.

HSL color Cylindrical-coordinate representation of color #129ADD: hue angle of 199.8º 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 #129ADD is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 154 221 -
CMYK 0.92 0.30 0 0.13
HSL 199.8º 0.85% 0.47% -
HSV(B) 199.8º 0.92% 0.87% -
XYZ 24.86 28.46 72.59 -
YUV 120.97 184.44 54.55 -
System Red Green Blue C M Y K H S L
Decimal 18 154 221 0.92 0.30 0 0.13 199.8 0.85 0.47
Hex 12 9A DD 5C 1E 0 D C8 55 2F
Octal 22 232 335 134 36 0 15 310 125 57
Binary 10010 10011010 11011101 1011100 11110 0 1101 11001000 1010101 101111

Color Harmonies of #129ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ADD

Black with #129ADD

Text Example


Text Example

White with #129ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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