Html Css Color HEX #129BDF Pacific Blue

📋 copy color: '#129BDF'

red 18 ◦ green 155 ◦ blue 223

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

Shades of Pacific Blue #129BDF

Tints of Pacific Blue #129BDF

RGB

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

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

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

R = 4.55%
G = 39.14%
B = 56.31%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#129BDF (or 0x129BDF) is known color: Pacific Blue. HEX triplet: 12, 9B and DF. RGB value is (18,155,223). Sum of RGB (Red+Green+Blue) = 18+155+223=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #129BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BDF is #ED6420. Grayscale: #797979. Windows color (decimal): -15557665 or 14654226. OLE color: 14654226.

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

Color convert

RGB 18 155 223 -
CMYK 0.92 0.30 0 0.13
HSL 199.9º 0.85% 0.47% -
HSV(B) 199.9º 0.92% 0.87% -
XYZ 25.29 28.9 74.06 -
YUV 121.79 185.11 53.97 -
System Red Green Blue C M Y K H S L
Decimal 18 155 223 0.92 0.30 0 0.13 199.9 0.85 0.47
Hex 12 9B DF 5C 1E 0 D C8 55 2F
Octal 22 233 337 134 36 0 15 310 125 57
Binary 10010 10011011 11011111 1011100 11110 0 1101 11001000 1010101 101111

Color Harmonies of #129BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BDF

Black with #129BDF

Text Example


Text Example

White with #129BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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