#0DA4B0

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

Shades of Bondi Blue #0DA4B0

Tints of Bondi Blue #0DA4B0

Color information

#0DA4B0 (or 0x0DA4B0) is unknown color: approx Bondi Blue. HEX triplet: 0D, A4 and B0. RGB value is (13,164,176). Sum of RGB (Red+Green+Blue) = 13+164+176=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #0DA4B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA4B0 is #F25B4F. Grayscale: #787878. Windows color (decimal): -15883088 or 11576333. OLE color: 11576333.

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

Color convert

RGB13164176-
CMYK0.930.0700.31
HSL184.42º86.24%37.06%-
HSV(B)184.42º92.61%69.02%-
XYZ21.2829.7745.7-
YUV120.22159.4751.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=3.68%
G=46.46%
B=49.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131641760.930.0700.31184.4286.2437.06
HexDA4B05D701Fb85625
Octal15244260135703727012645
Binary110110100100101100001011101111011111101110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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