#138ED0

Color #138ED0 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #138ED0

Tints of Pacific Blue #138ED0

Color information

#138ED0 (or 0x138ED0) is unknown color: approx Pacific Blue. HEX triplet: 13, 8E and D0. RGB value is (19,142,208). Sum of RGB (Red+Green+Blue) = 19+142+208=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #138ED0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ED0 is #EC712F. Grayscale: #707070. Windows color (decimal): -15495472 or 13667859. OLE color: 13667859.

HSL color Cylindrical-coordinate representation of color #138ED0: hue angle of 200.95º degrees, saturation: 0.83, 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 #138ED0 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19142208-
CMYK0.910.3200.18
HSL200.95º83.26%44.51%-
HSV(B)200.95º90.87%81.57%-
XYZ21.3324.0463.19-
YUV112.75181.7561.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 208 (81.64% from 255) = 56.37%
R=5.15%
G=38.48%
B=56.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191422080.910.3200.18200.9583.2644.51
Hex138ED05B20012c9532d
Octal232163201334002231112355
Binary1001110001110110100001011011100000010010110010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138ED0; }

 p { color: rgb(19,142,208); }

 H1.HeaderClassName
 {
   color: #138ED0;
 }
 .AnyTagClassName
 {
   color: #138ED0;
 }
</style>
background-color css

<style>
 a { background-color: #138ED0; }

 a { background-color: rgb(19,142,208); }

 div.DivClassName
 {
   background-color: #138ED0;
 }
 .BgClassName
 {
   background-color: #138ED0;
 }
</style>
border-color css

<style>
 span { border-color: #138ED0; }

 span { border-color: rgb(19,142,208); }

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