Html Css Color HEX #128ECD Pacific Blue

📋 copy color: '#128ECD'

red 18 ◦ green 142 ◦ blue 205

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

Shades of Pacific Blue #128ECD

Tints of Pacific Blue #128ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.9%

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 4.93%
G = 38.9%
B = 56.16%

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

#128ECD (or 0x128ECD) is known color: Pacific Blue. HEX triplet: 12, 8E and CD. RGB value is (18,142,205). Sum of RGB (Red+Green+Blue) = 18+142+205=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #128ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ECD is #ED7132. Grayscale: #6F6F6F. Windows color (decimal): -15561011 or 13471250. OLE color: 13471250.

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

Color convert

RGB 18 142 205 -
CMYK 0.91 0.31 0 0.20
HSL 200.21º 0.84% 0.44% -
HSV(B) 200.21º 0.91% 0.8% -
XYZ 20.94 23.88 61.26 -
YUV 112.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 18 142 205 0.91 0.31 0 0.20 200.21 0.84 0.44
Hex 12 8E CD 5B 1F 0 14 C8 54 2C
Octal 22 216 315 133 37 0 24 310 124 54
Binary 10010 10001110 11001101 1011011 11111 0 10100 11001000 1010100 101100

Color Harmonies of #128ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ECD

Black with #128ECD

Text Example


Text Example

White with #128ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,142,205); }

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

background-color css

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

 a { background-color: rgb(18,142,205); }

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

border-color css

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

 span { border-color: rgb(18,142,205); }

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