Html Css Color HEX #129CE0 Pacific Blue

📋 copy color: '#129CE0'

red 18 ◦ green 156 ◦ blue 224

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

Shades of Pacific Blue #129CE0

Tints of Pacific Blue #129CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 56.28%

R = 4.52%
G = 39.2%
B = 56.28%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#129CE0 (or 0x129CE0) is known color: Pacific Blue. HEX triplet: 12, 9C and E0. RGB value is (18,156,224). Sum of RGB (Red+Green+Blue) = 18+156+224=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #129CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CE0 is #ED631F. Grayscale: #7A7A7A. Windows color (decimal): -15557408 or 14720018. OLE color: 14720018.

HSL color Cylindrical-coordinate representation of color #129CE0: hue angle of 199.81º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CE0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 156 224 -
CMYK 0.92 0.30 0 0.12
HSL 199.81º 0.85% 0.47% -
HSV(B) 199.81º 0.92% 0.88% -
XYZ 25.59 29.29 74.83 -
YUV 122.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 18 156 224 0.92 0.30 0 0.12 199.81 0.85 0.47
Hex 12 9C E0 5C 1E 0 C C8 55 2F
Octal 22 234 340 134 36 0 14 310 125 57
Binary 10010 10011100 11100000 1011100 11110 0 1100 11001000 1010101 101111

Color Harmonies of #129CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CE0

Black with #129CE0

Text Example


Text Example

White with #129CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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