#138DC0

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

Shades of Bondi Blue #138DC0

Tints of Bondi Blue #138DC0

Color information

#138DC0 (or 0x138DC0) is unknown color: approx Bondi Blue. HEX triplet: 13, 8D and C0. RGB value is (19,141,192). Sum of RGB (Red+Green+Blue) = 19+141+192=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #138DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DC0 is #EC723F. Grayscale: #6E6E6E. Windows color (decimal): -15495744 or 12619027. OLE color: 12619027.

HSL color Cylindrical-coordinate representation of color #138DC0: hue angle of 197.69º 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 #138DC0 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19141192-
CMYK0.900.2700.25
HSL197.69º81.99%41.37%-
HSV(B)197.69º90.1%75.29%-
XYZ19.3122.9953.29-
YUV110.34174.0862.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.40%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 192 (75.39% from 255) = 54.55%
R=5.40%
G=40.06%
B=54.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191411920.900.2700.25197.6981.9941.37
Hex138DC05A1B019c65229
Octal232153001323303130612251
Binary100111000110111000000101101011011011001110001101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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