#138FD0

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

Shades of Pacific Blue #138FD0

Tints of Pacific Blue #138FD0

Color information

#138FD0 (or 0x138FD0) is unknown color: approx Pacific Blue. HEX triplet: 13, 8F and D0. RGB value is (19,143,208). Sum of RGB (Red+Green+Blue) = 19+143+208=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #138FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FD0 is #EC702F. Grayscale: #707070. Windows color (decimal): -15495216 or 13668115. OLE color: 13668115.

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

Color convert

RGB19143208-
CMYK0.910.3100.18
HSL200.63º83.26%44.51%-
HSV(B)200.63º90.87%81.57%-
XYZ21.4824.3463.24-
YUV113.33181.4260.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.14%
GREEN value IS 143 (56.25% from 255) = 38.65%
BLUE value IS 208 (81.64% from 255) = 56.22%
R=5.14%
G=38.65%
B=56.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191432080.910.3100.18200.6383.2644.51
Hex138FD05B1F012c9532d
Octal232173201333702231112355
Binary100111000111111010000101101111111010010110010011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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