Html Css Color HEX #128DD8 Pacific Blue

📋 copy color: '#128DD8'

red 18 ◦ green 141 ◦ blue 216

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

Shades of Pacific Blue #128DD8

Tints of Pacific Blue #128DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.6%

 BLUE value IS 216 (84.77% from 255) = 57.6%

R = 4.8%
G = 37.6%
B = 57.6%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#128DD8 (or 0x128DD8) is known color: Pacific Blue. HEX triplet: 12, 8D and D8. RGB value is (18,141,216). Sum of RGB (Red+Green+Blue) = 18+141+216=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #128DD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DD8 is #ED7227. Grayscale: #707070. Windows color (decimal): -15561256 or 14191890. OLE color: 14191890.

HSL color Cylindrical-coordinate representation of color #128DD8: hue angle of 202.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DD8 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 141 216 -
CMYK 0.92 0.35 0 0.15
HSL 202.73º 0.85% 0.46% -
HSV(B) 202.73º 0.92% 0.85% -
XYZ 22.17 24.14 68.46 -
YUV 112.77 186.25 60.4 -
System Red Green Blue C M Y K H S L
Decimal 18 141 216 0.92 0.35 0 0.15 202.73 0.85 0.46
Hex 12 8D D8 5C 23 0 F CB 55 2E
Octal 22 215 330 134 43 0 17 313 125 56
Binary 10010 10001101 11011000 1011100 100011 0 1111 11001011 1010101 101110

Color Harmonies of #128DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DD8

Black with #128DD8

Text Example


Text Example

White with #128DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,216); }

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

background-color css

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

 a { background-color: rgb(18,141,216); }

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

border-color css

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

 span { border-color: rgb(18,141,216); }

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