#0D9DAA

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

Shades of Bondi Blue #0D9DAA

Tints of Bondi Blue #0D9DAA

Color information

#0D9DAA (or 0x0D9DAA) is unknown color: approx Bondi Blue. HEX triplet: 0D, 9D and AA. RGB value is (13,157,170). Sum of RGB (Red+Green+Blue) = 13+157+170=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D9DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9DAA is #F26255. Grayscale: #737373. Windows color (decimal): -15884886 or 11181325. OLE color: 11181325.

HSL color Cylindrical-coordinate representation of color #0D9DAA: hue angle of 184.97º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9DAA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13157170-
CMYK0.920.0800.33
HSL184.97º85.79%35.88%-
HSV(B)184.97º92.35%66.67%-
XYZ19.4827.142.23-
YUV115.43158.7954.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.82%
GREEN value IS 157 (61.72% from 255) = 46.18%
BLUE value IS 170 (66.80% from 255) = 50%
R=3.82%
G=46.18%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131571700.920.0800.33184.9785.7935.88
HexD9DAA5C8021b95624
Octal152352521341004127112644
Binary11011001110110101010101110010000100001101110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,170); }

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

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

 a { background-color: rgb(13,157,170); }

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

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

 span { border-color: rgb(13,157,170); }

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