Html Css Color HEX #129FCE Pacific Blue

📋 copy color: '#129FCE'

red 18 ◦ green 159 ◦ blue 206

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

Shades of Pacific Blue #129FCE

Tints of Pacific Blue #129FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.51%

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

R = 4.7%
G = 41.51%
B = 53.79%

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

#129FCE (or 0x129FCE) is known color: Pacific Blue. HEX triplet: 12, 9F and CE. RGB value is (18,159,206). Sum of RGB (Red+Green+Blue) = 18+159+206=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #129FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FCE is #ED6031. Grayscale: #797979. Windows color (decimal): -15556658 or 13541138. OLE color: 13541138.

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

Color convert

RGB 18 159 206 -
CMYK 0.91 0.23 0 0.19
HSL 195º 0.84% 0.44% -
HSV(B) 195º 0.91% 0.81% -
XYZ 23.79 29.38 62.81 -
YUV 122.2 175.29 53.68 -
System Red Green Blue C M Y K H S L
Decimal 18 159 206 0.91 0.23 0 0.19 195 0.84 0.44
Hex 12 9F CE 5B 17 0 13 C3 54 2C
Octal 22 237 316 133 27 0 23 303 124 54
Binary 10010 10011111 11001110 1011011 10111 0 10011 11000011 1010100 101100

Color Harmonies of #129FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FCE

Black with #129FCE

Text Example


Text Example

White with #129FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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