Html Css Color HEX #128BC6 Pacific Blue

📋 copy color: '#128BC6'

red 18 ◦ green 139 ◦ blue 198

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

Shades of Pacific Blue #128BC6

Tints of Pacific Blue #128BC6

RGB

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

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

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

R = 5.07%
G = 39.15%
B = 55.77%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#128BC6 (or 0x128BC6) is known color: Pacific Blue. HEX triplet: 12, 8B and C6. RGB value is (18,139,198). Sum of RGB (Red+Green+Blue) = 18+139+198=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #128BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BC6 is #ED7439. Grayscale: #6D6D6D. Windows color (decimal): -15561786 or 13011730. OLE color: 13011730.

HSL color Cylindrical-coordinate representation of color #128BC6: hue angle of 199.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 #128BC6 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 139 198 -
CMYK 0.91 0.30 0 0.22
HSL 199.67º 0.83% 0.42% -
HSV(B) 199.67º 0.91% 0.78% -
XYZ 19.68 22.67 56.77 -
YUV 109.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 18 139 198 0.91 0.30 0 0.22 199.67 0.83 0.42
Hex 12 8B C6 5B 1E 0 16 C8 53 2A
Octal 22 213 306 133 36 0 26 310 123 52
Binary 10010 10001011 11000110 1011011 11110 0 10110 11001000 1010011 101010

Color Harmonies of #128BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BC6

Black with #128BC6

Text Example


Text Example

White with #128BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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