Html Css Color HEX #128BD1 Pacific Blue

📋 copy color: '#128BD1'

red 18 ◦ green 139 ◦ blue 209

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

Shades of Pacific Blue #128BD1

Tints of Pacific Blue #128BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.1%

R = 4.92%
G = 37.98%
B = 57.1%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#128BD1 (or 0x128BD1) is known color: Pacific Blue. HEX triplet: 12, 8B and D1. RGB value is (18,139,209). Sum of RGB (Red+Green+Blue) = 18+139+209=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #128BD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BD1 is #ED742E. Grayscale: #6E6E6E. Windows color (decimal): -15561775 or 13732626. OLE color: 13732626.

HSL color Cylindrical-coordinate representation of color #128BD1: hue angle of 201.99º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128BD1 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 139 209 -
CMYK 0.91 0.33 0 0.18
HSL 201.99º 0.84% 0.45% -
HSV(B) 201.99º 0.91% 0.82% -
XYZ 20.99 23.2 63.69 -
YUV 110.8 183.41 61.81 -
System Red Green Blue C M Y K H S L
Decimal 18 139 209 0.91 0.33 0 0.18 201.99 0.84 0.45
Hex 12 8B D1 5B 21 0 12 CA 54 2D
Octal 22 213 321 133 41 0 22 312 124 55
Binary 10010 10001011 11010001 1011011 100001 0 10010 11001010 1010100 101101

Color Harmonies of #128BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BD1

Black with #128BD1

Text Example


Text Example

White with #128BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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