#138EC0

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

Shades of Bondi Blue #138EC0

Tints of Bondi Blue #138EC0

Color information

#138EC0 (or 0x138EC0) is unknown color: approx Bondi Blue. HEX triplet: 13, 8E and C0. RGB value is (19,142,192). Sum of RGB (Red+Green+Blue) = 19+142+192=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #138EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EC0 is #EC713F. Grayscale: #6E6E6E. Windows color (decimal): -15495488 or 12619283. OLE color: 12619283.

HSL color Cylindrical-coordinate representation of color #138EC0: hue angle of 197.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138EC0 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19142192-
CMYK0.900.2600.25
HSL197.34º81.99%41.37%-
HSV(B)197.34º90.1%75.29%-
XYZ19.4623.2953.34-
YUV110.92173.7562.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 192 (75.39% from 255) = 54.39%
R=5.38%
G=40.23%
B=54.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191421920.900.2600.25197.3481.9941.37
Hex138EC05A1A019c55229
Octal232163001323203130512251
Binary100111000111011000000101101011010011001110001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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