Html Css Color HEX #128ECC Pacific Blue

📋 copy color: '#128ECC'

red 18 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #128ECC

Tints of Pacific Blue #128ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 204 (80.08% from 255) = 56.04%

R = 4.95%
G = 39.01%
B = 56.04%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#128ECC (or 0x128ECC) is known color: Pacific Blue. HEX triplet: 12, 8E and CC. RGB value is (18,142,204). Sum of RGB (Red+Green+Blue) = 18+142+204=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #128ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ECC is #ED7133. Grayscale: #6F6F6F. Windows color (decimal): -15561012 or 13405714. OLE color: 13405714.

HSL color Cylindrical-coordinate representation of color #128ECC: hue angle of 200º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128ECC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 142 204 -
CMYK 0.91 0.30 0 0.2
HSL 200º 0.84% 0.44% -
HSV(B) 200º 0.91% 0.8% -
XYZ 20.82 23.83 60.63 -
YUV 111.99 179.92 60.96 -
System Red Green Blue C M Y K H S L
Decimal 18 142 204 0.91 0.30 0 0.2 200 0.84 0.44
Hex 12 8E CC 5B 1E 0 14 C8 54 2C
Octal 22 216 314 133 36 0 24 310 124 54
Binary 10010 10001110 11001100 1011011 11110 0 10100 11001000 1010100 101100

Color Harmonies of #128ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ECC

Black with #128ECC

Text Example


Text Example

White with #128ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128ECC; }

 p { color: rgb(18,142,204); }

 H1.HeaderClassName
 {
   color: #128ECC;
 }
 .AnyTagClassName
 {
   color: #128ECC;
 }
</style>

background-color css

<style>
 a { background-color: #128ECC; }

 a { background-color: rgb(18,142,204); }

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

border-color css

<style>
 span { border-color: #128ECC; }

 span { border-color: rgb(18,142,204); }

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