Html Css Color HEX #128BCC Pacific Blue

📋 copy color: '#128BCC'

red 18 ◦ green 139 ◦ blue 204

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

Shades of Pacific Blue #128BCC

Tints of Pacific Blue #128BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 4.99%
G = 38.5%
B = 56.51%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#128BCC (or 0x128BCC) is known color: Pacific Blue. HEX triplet: 12, 8B and CC. RGB value is (18,139,204). Sum of RGB (Red+Green+Blue) = 18+139+204=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #128BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BCC is #ED7433. Grayscale: #6D6D6D. Windows color (decimal): -15561780 or 13404946. OLE color: 13404946.

HSL color Cylindrical-coordinate representation of color #128BCC: hue angle of 200.97º 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 #128BCC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 139 204 -
CMYK 0.91 0.32 0 0.2
HSL 200.97º 0.84% 0.44% -
HSV(B) 200.97º 0.91% 0.8% -
XYZ 20.38 22.95 60.48 -
YUV 110.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 18 139 204 0.91 0.32 0 0.2 200.97 0.84 0.44
Hex 12 8B CC 5B 20 0 14 C9 54 2C
Octal 22 213 314 133 40 0 24 311 124 54
Binary 10010 10001011 11001100 1011011 100000 0 10100 11001001 1010100 101100

Color Harmonies of #128BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BCC

Black with #128BCC

Text Example


Text Example

White with #128BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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