Html Css Color HEX #128CCB Pacific Blue

📋 copy color: '#128CCB'

red 18 ◦ green 140 ◦ blue 203

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

Shades of Pacific Blue #128CCB

Tints of Pacific Blue #128CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 4.99%
G = 38.78%
B = 56.23%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#128CCB (or 0x128CCB) is known color: Pacific Blue. HEX triplet: 12, 8C and CB. RGB value is (18,140,203). Sum of RGB (Red+Green+Blue) = 18+140+203=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #128CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CCB is #ED7334. Grayscale: #6E6E6E. Windows color (decimal): -15561525 or 13339666. OLE color: 13339666.

HSL color Cylindrical-coordinate representation of color #128CCB: hue angle of 200.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128CCB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 140 203 -
CMYK 0.91 0.31 0 0.20
HSL 200.43º 0.84% 0.43% -
HSV(B) 200.43º 0.91% 0.8% -
XYZ 20.41 23.2 59.9 -
YUV 110.7 180.08 61.88 -
System Red Green Blue C M Y K H S L
Decimal 18 140 203 0.91 0.31 0 0.20 200.43 0.84 0.43
Hex 12 8C CB 5B 1F 0 14 C8 54 2B
Octal 22 214 313 133 37 0 24 310 124 53
Binary 10010 10001100 11001011 1011011 11111 0 10100 11001000 1010100 101011

Color Harmonies of #128CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128CCB

Black with #128CCB

Text Example


Text Example

White with #128CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,140,203); }

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

background-color css

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

 a { background-color: rgb(18,140,203); }

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

border-color css

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

 span { border-color: rgb(18,140,203); }

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