Html Css Color HEX #129ECE Pacific Blue

📋 copy color: '#129ECE'

red 18 ◦ green 158 ◦ blue 206

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

Shades of Pacific Blue #129ECE

Tints of Pacific Blue #129ECE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.36%

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

R = 4.71%
G = 41.36%
B = 53.93%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#129ECE (or 0x129ECE) is known color: Pacific Blue. HEX triplet: 12, 9E and CE. RGB value is (18,158,206). Sum of RGB (Red+Green+Blue) = 18+158+206=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #129ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ECE is #ED6131. Grayscale: #797979. Windows color (decimal): -15556914 or 13540882. OLE color: 13540882.

HSL color Cylindrical-coordinate representation of color #129ECE: hue angle of 195.32º 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 #129ECE is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 158 206 -
CMYK 0.91 0.23 0 0.19
HSL 195.32º 0.84% 0.44% -
HSV(B) 195.32º 0.91% 0.81% -
XYZ 23.62 29.04 62.75 -
YUV 121.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 18 158 206 0.91 0.23 0 0.19 195.32 0.84 0.44
Hex 12 9E CE 5B 17 0 13 C3 54 2C
Octal 22 236 316 133 27 0 23 303 124 54
Binary 10010 10011110 11001110 1011011 10111 0 10011 11000011 1010100 101100

Color Harmonies of #129ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ECE

Black with #129ECE

Text Example


Text Example

White with #129ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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