Html Css Color HEX #129EDF Pacific Blue

📋 copy color: '#129EDF'

red 18 ◦ green 158 ◦ blue 223

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

Shades of Pacific Blue #129EDF

Tints of Pacific Blue #129EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 4.51%
G = 39.6%
B = 55.89%

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

#129EDF (or 0x129EDF) is known color: Pacific Blue. HEX triplet: 12, 9E and DF. RGB value is (18,158,223). Sum of RGB (Red+Green+Blue) = 18+158+223=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #129EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EDF is #ED6120. Grayscale: #7B7B7B. Windows color (decimal): -15556897 or 14654994. OLE color: 14654994.

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

Color convert

RGB 18 158 223 -
CMYK 0.92 0.29 0 0.13
HSL 199.02º 0.85% 0.47% -
HSV(B) 199.02º 0.92% 0.87% -
XYZ 25.8 29.91 74.23 -
YUV 123.55 184.12 52.71 -
System Red Green Blue C M Y K H S L
Decimal 18 158 223 0.92 0.29 0 0.13 199.02 0.85 0.47
Hex 12 9E DF 5C 1D 0 D C7 55 2F
Octal 22 236 337 134 35 0 15 307 125 57
Binary 10010 10011110 11011111 1011100 11101 0 1101 11000111 1010101 101111

Color Harmonies of #129EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EDF

Black with #129EDF

Text Example


Text Example

White with #129EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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