Html Css Color HEX #128AD9 Pacific Blue

📋 copy color: '#128AD9'

red 18 ◦ green 138 ◦ blue 217

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

Shades of Pacific Blue #128AD9

Tints of Pacific Blue #128AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 217 (85.16% from 255) = 58.18%

R = 4.83%
G = 37%
B = 58.18%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#128AD9 (or 0x128AD9) is known color: Pacific Blue. HEX triplet: 12, 8A and D9. RGB value is (18,138,217). Sum of RGB (Red+Green+Blue) = 18+138+217=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #128AD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128AD9 is #ED7526. Grayscale: #6E6E6E. Windows color (decimal): -15562023 or 14256658. OLE color: 14256658.

HSL color Cylindrical-coordinate representation of color #128AD9: hue angle of 203.82º 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 #128AD9 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 138 217 -
CMYK 0.92 0.36 0 0.15
HSL 203.82º 0.85% 0.46% -
HSV(B) 203.82º 0.92% 0.85% -
XYZ 21.86 23.32 68.99 -
YUV 111.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 18 138 217 0.92 0.36 0 0.15 203.82 0.85 0.46
Hex 12 8A D9 5C 24 0 F CC 55 2E
Octal 22 212 331 134 44 0 17 314 125 56
Binary 10010 10001010 11011001 1011100 100100 0 1111 11001100 1010101 101110

Color Harmonies of #128AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128AD9

Black with #128AD9

Text Example


Text Example

White with #128AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,138,217); }

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

background-color css

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

 a { background-color: rgb(18,138,217); }

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

border-color css

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

 span { border-color: rgb(18,138,217); }

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