Html Css Color HEX #129CDF Pacific Blue

📋 copy color: '#129CDF'

red 18 ◦ green 156 ◦ blue 223

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

Shades of Pacific Blue #129CDF

Tints of Pacific Blue #129CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 4.53%
G = 39.29%
B = 56.17%

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

#129CDF (or 0x129CDF) is known color: Pacific Blue. HEX triplet: 12, 9C and DF. RGB value is (18,156,223). Sum of RGB (Red+Green+Blue) = 18+156+223=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #129CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDF is #ED6320. Grayscale: #797979. Windows color (decimal): -15557409 or 14654482. OLE color: 14654482.

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

Color convert

RGB 18 156 223 -
CMYK 0.92 0.30 0 0.13
HSL 199.61º 0.85% 0.47% -
HSV(B) 199.61º 0.92% 0.87% -
XYZ 25.46 29.23 74.11 -
YUV 122.38 184.78 53.55 -
System Red Green Blue C M Y K H S L
Decimal 18 156 223 0.92 0.30 0 0.13 199.61 0.85 0.47
Hex 12 9C DF 5C 1E 0 D C8 55 2F
Octal 22 234 337 134 36 0 15 310 125 57
Binary 10010 10011100 11011111 1011100 11110 0 1101 11001000 1010101 101111

Color Harmonies of #129CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CDF

Black with #129CDF

Text Example


Text Example

White with #129CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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