Html Css Color HEX #129EDD Pacific Blue

📋 copy color: '#129EDD'

red 18 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #129EDD

Tints of Pacific Blue #129EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 4.53%
G = 39.8%
B = 55.67%

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

#129EDD (or 0x129EDD) is known color: Pacific Blue. HEX triplet: 12, 9E and DD. RGB value is (18,158,221). Sum of RGB (Red+Green+Blue) = 18+158+221=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #129EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EDD is #ED6122. Grayscale: #7A7A7A. Windows color (decimal): -15556899 or 14523922. OLE color: 14523922.

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

Color convert

RGB 18 158 221 -
CMYK 0.92 0.29 0 0.13
HSL 198.62º 0.85% 0.47% -
HSV(B) 198.62º 0.92% 0.87% -
XYZ 25.53 29.8 72.81 -
YUV 123.32 183.12 52.88 -
System Red Green Blue C M Y K H S L
Decimal 18 158 221 0.92 0.29 0 0.13 198.62 0.85 0.47
Hex 12 9E DD 5C 1D 0 D C7 55 2F
Octal 22 236 335 134 35 0 15 307 125 57
Binary 10010 10011110 11011101 1011100 11101 0 1101 11000111 1010101 101111

Color Harmonies of #129EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EDD

Black with #129EDD

Text Example


Text Example

White with #129EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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