#0DA5B0

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

Shades of Bondi Blue #0DA5B0

Tints of Bondi Blue #0DA5B0

Color information

#0DA5B0 (or 0x0DA5B0) is unknown color: approx Bondi Blue. HEX triplet: 0D, A5 and B0. RGB value is (13,165,176). Sum of RGB (Red+Green+Blue) = 13+165+176=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #0DA5B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA5B0 is #F25A4F. Grayscale: #787878. Windows color (decimal): -15882832 or 11576589. OLE color: 11576589.

HSL color Cylindrical-coordinate representation of color #0DA5B0: hue angle of 184.05º 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 #0DA5B0 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13165176-
CMYK0.930.0600.31
HSL184.05º86.24%37.06%-
HSV(B)184.05º92.61%69.02%-
XYZ21.4630.1345.76-
YUV120.81159.1451.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.67%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=3.67%
G=46.61%
B=49.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131651760.930.0600.31184.0586.2437.06
HexDA5B05D601Fb85625
Octal15245260135603727012645
Binary110110100101101100001011101110011111101110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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