Html Css Color HEX #129BCE Pacific Blue

📋 copy color: '#129BCE'

red 18 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #129BCE

Tints of Pacific Blue #129BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 4.75%
G = 40.9%
B = 54.35%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#129BCE (or 0x129BCE) is known color: Pacific Blue. HEX triplet: 12, 9B and CE. RGB value is (18,155,206). Sum of RGB (Red+Green+Blue) = 18+155+206=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #129BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCE is #ED6431. Grayscale: #777777. Windows color (decimal): -15557682 or 13540114. OLE color: 13540114.

HSL color Cylindrical-coordinate representation of color #129BCE: hue angle of 196.28º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BCE is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 155 206 -
CMYK 0.91 0.25 0 0.19
HSL 196.28º 0.84% 0.44% -
HSV(B) 196.28º 0.91% 0.81% -
XYZ 23.11 28.03 62.58 -
YUV 119.85 176.61 55.35 -
System Red Green Blue C M Y K H S L
Decimal 18 155 206 0.91 0.25 0 0.19 196.28 0.84 0.44
Hex 12 9B CE 5B 19 0 13 C4 54 2C
Octal 22 233 316 133 31 0 23 304 124 54
Binary 10010 10011011 11001110 1011011 11001 0 10011 11000100 1010100 101100

Color Harmonies of #129BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BCE

Black with #129BCE

Text Example


Text Example

White with #129BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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