#138DBC

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

Shades of Bondi Blue #138DBC

Tints of Bondi Blue #138DBC

Color information

#138DBC (or 0x138DBC) is unknown color: approx Bondi Blue. HEX triplet: 13, 8D and BC. RGB value is (19,141,188). Sum of RGB (Red+Green+Blue) = 19+141+188=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #138DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBC is #EC7243. Grayscale: #6D6D6D. Windows color (decimal): -15495748 or 12356883. OLE color: 12356883.

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

Color convert

RGB19141188-
CMYK0.900.2500.26
HSL196.69º81.64%40.59%-
HSV(B)196.69º89.89%73.73%-
XYZ18.8722.8250.99-
YUV109.88172.0863.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.46%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=5.46%
G=40.52%
B=54.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191411880.900.2500.26196.6981.6440.59
Hex138DBC5A1901Ac55229
Octal232152741323103230512251
Binary100111000110110111100101101011001011010110001011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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