#0DA5AF

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

Shades of Bondi Blue #0DA5AF

Tints of Bondi Blue #0DA5AF

Color information

#0DA5AF (or 0x0DA5AF) is unknown color: approx Bondi Blue. HEX triplet: 0D, A5 and AF. RGB value is (13,165,175). Sum of RGB (Red+Green+Blue) = 13+165+175=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #0DA5AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA5AF is #F25A50. Grayscale: #787878. Windows color (decimal): -15882833 or 11511053. OLE color: 11511053.

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

Color convert

RGB13165175-
CMYK0.930.0600.31
HSL183.7º86.17%36.86%-
HSV(B)183.7º92.57%68.63%-
XYZ21.3630.0945.24-
YUV120.69158.6451.19-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=3.68%
G=46.74%
B=49.58%

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
Decimal131651750.930.0600.31183.786.1736.86
HexDA5AF5D601Fb85625
Octal15245257135603727012645
Binary110110100101101011111011101110011111101110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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