Html Css Color HEX #129ADA Pacific Blue

📋 copy color: '#129ADA'

red 18 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #129ADA

Tints of Pacific Blue #129ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 4.62%
G = 39.49%
B = 55.9%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#129ADA (or 0x129ADA) is known color: Pacific Blue. HEX triplet: 12, 9A and DA. RGB value is (18,154,218). Sum of RGB (Red+Green+Blue) = 18+154+218=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #129ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ADA is #ED6525. Grayscale: #787878. Windows color (decimal): -15557926 or 14326290. OLE color: 14326290.

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

Color convert

RGB 18 154 218 -
CMYK 0.92 0.29 0 0.15
HSL 199.2º 0.85% 0.46% -
HSV(B) 199.2º 0.92% 0.85% -
XYZ 24.46 28.3 70.5 -
YUV 120.63 182.94 54.8 -
System Red Green Blue C M Y K H S L
Decimal 18 154 218 0.92 0.29 0 0.15 199.2 0.85 0.46
Hex 12 9A DA 5C 1D 0 F C7 55 2E
Octal 22 232 332 134 35 0 17 307 125 56
Binary 10010 10011010 11011010 1011100 11101 0 1111 11000111 1010101 101110

Color Harmonies of #129ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ADA

Black with #129ADA

Text Example


Text Example

White with #129ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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