Html Css Color HEX #128EC6 Pacific Blue

📋 copy color: '#128EC6'

red 18 ◦ green 142 ◦ blue 198

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

Shades of Pacific Blue #128EC6

Tints of Pacific Blue #128EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 5.03%
G = 39.66%
B = 55.31%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#128EC6 (or 0x128EC6) is known color: Pacific Blue. HEX triplet: 12, 8E and C6. RGB value is (18,142,198). Sum of RGB (Red+Green+Blue) = 18+142+198=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #128EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EC6 is #ED7139. Grayscale: #6E6E6E. Windows color (decimal): -15561018 or 13012498. OLE color: 13012498.

HSL color Cylindrical-coordinate representation of color #128EC6: hue angle of 198.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128EC6 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 142 198 -
CMYK 0.91 0.28 0 0.22
HSL 198.67º 0.83% 0.42% -
HSV(B) 198.67º 0.91% 0.78% -
XYZ 20.12 23.55 56.91 -
YUV 111.31 176.92 61.45 -
System Red Green Blue C M Y K H S L
Decimal 18 142 198 0.91 0.28 0 0.22 198.67 0.83 0.42
Hex 12 8E C6 5B 1C 0 16 C7 53 2A
Octal 22 216 306 133 34 0 26 307 123 52
Binary 10010 10001110 11000110 1011011 11100 0 10110 11000111 1010011 101010

Color Harmonies of #128EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EC6

Black with #128EC6

Text Example


Text Example

White with #128EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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