#0D8EB0

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

Shades of Bondi Blue #0D8EB0

Tints of Bondi Blue #0D8EB0

Color information

#0D8EB0 (or 0x0D8EB0) is unknown color: approx Bondi Blue. HEX triplet: 0D, 8E and B0. RGB value is (13,142,176). Sum of RGB (Red+Green+Blue) = 13+142+176=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 176 (69.14% from 255 or 53.17% from 331); Max value from RGB is 176 - color contains mainly: blue. Hex color #0D8EB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8EB0 is #F2714F. Grayscale: #6B6B6B. Windows color (decimal): -15888720 or 11570701. OLE color: 11570701.

HSL color Cylindrical-coordinate representation of color #0D8EB0: hue angle of 192.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D8EB0 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13142176-
CMYK0.930.1900.31
HSL192.52º86.24%37.06%-
HSV(B)192.52º92.61%69.02%-
XYZ17.6822.5744.5-
YUV107.3166.7660.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.93%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 176 (69.14% from 255) = 53.17%
R=3.93%
G=42.90%
B=53.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131421760.930.1900.31192.5286.2437.06
HexD8EB05D1301Fc15625
Octal152162601352303730112645
Binary11011000111010110000101110110011011111110000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8EB0; }

 p { color: rgb(13,142,176); }

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

<style>
 a { background-color: #0D8EB0; }

 a { background-color: rgb(13,142,176); }

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

<style>
 span { border-color: #0D8EB0; }

 span { border-color: rgb(13,142,176); }

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