Html Css Color HEX #129BDA Pacific Blue

📋 copy color: '#129BDA'

red 18 ◦ green 155 ◦ blue 218

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

Shades of Pacific Blue #129BDA

Tints of Pacific Blue #129BDA

RGB

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

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

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

R = 4.6%
G = 39.64%
B = 55.75%

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

#129BDA (or 0x129BDA) is known color: Pacific Blue. HEX triplet: 12, 9B and DA. RGB value is (18,155,218). Sum of RGB (Red+Green+Blue) = 18+155+218=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #129BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BDA is #ED6425. Grayscale: #787878. Windows color (decimal): -15557670 or 14326546. OLE color: 14326546.

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

Color convert

RGB 18 155 218 -
CMYK 0.92 0.29 0 0.15
HSL 198.9º 0.85% 0.46% -
HSV(B) 198.9º 0.92% 0.85% -
XYZ 24.63 28.63 70.56 -
YUV 121.22 182.61 54.38 -
System Red Green Blue C M Y K H S L
Decimal 18 155 218 0.92 0.29 0 0.15 198.9 0.85 0.46
Hex 12 9B DA 5C 1D 0 F C7 55 2E
Octal 22 233 332 134 35 0 17 307 125 56
Binary 10010 10011011 11011010 1011100 11101 0 1111 11000111 1010101 101110

Color Harmonies of #129BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BDA

Black with #129BDA

Text Example


Text Example

White with #129BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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