Html Css Color HEX #128ECE Pacific Blue

📋 copy color: '#128ECE'

red 18 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #128ECE

Tints of Pacific Blue #128ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 4.92%
G = 38.8%
B = 56.28%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#128ECE (or 0x128ECE) is known color: Pacific Blue. HEX triplet: 12, 8E and CE. RGB value is (18,142,206). Sum of RGB (Red+Green+Blue) = 18+142+206=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #128ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ECE is #ED7131. Grayscale: #6F6F6F. Windows color (decimal): -15561010 or 13536786. OLE color: 13536786.

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

Color convert

RGB 18 142 206 -
CMYK 0.91 0.31 0 0.19
HSL 200.43º 0.84% 0.44% -
HSV(B) 200.43º 0.91% 0.81% -
XYZ 21.06 23.93 61.9 -
YUV 112.22 180.92 60.8 -
System Red Green Blue C M Y K H S L
Decimal 18 142 206 0.91 0.31 0 0.19 200.43 0.84 0.44
Hex 12 8E CE 5B 1F 0 13 C8 54 2C
Octal 22 216 316 133 37 0 23 310 124 54
Binary 10010 10001110 11001110 1011011 11111 0 10011 11001000 1010100 101100

Color Harmonies of #128ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ECE

Black with #128ECE

Text Example


Text Example

White with #128ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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