Html Css Color HEX #129EDE Pacific Blue

📋 copy color: '#129EDE'

red 18 ◦ green 158 ◦ blue 222

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

Shades of Pacific Blue #129EDE

Tints of Pacific Blue #129EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 4.52%
G = 39.7%
B = 55.78%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#129EDE (or 0x129EDE) is known color: Pacific Blue. HEX triplet: 12, 9E and DE. RGB value is (18,158,222). Sum of RGB (Red+Green+Blue) = 18+158+222=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #129EDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EDE is #ED6121. Grayscale: #7B7B7B. Windows color (decimal): -15556898 or 14589458. OLE color: 14589458.

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

Color convert

RGB 18 158 222 -
CMYK 0.92 0.29 0 0.13
HSL 198.82º 0.85% 0.47% -
HSV(B) 198.82º 0.92% 0.87% -
XYZ 25.66 29.86 73.52 -
YUV 123.44 183.62 52.8 -
System Red Green Blue C M Y K H S L
Decimal 18 158 222 0.92 0.29 0 0.13 198.82 0.85 0.47
Hex 12 9E DE 5C 1D 0 D C7 55 2F
Octal 22 236 336 134 35 0 15 307 125 57
Binary 10010 10011110 11011110 1011100 11101 0 1101 11000111 1010101 101111

Color Harmonies of #129EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EDE

Black with #129EDE

Text Example


Text Example

White with #129EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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