Html Css Color HEX #0D9AAC Bondi Blue

📋 copy color: '#0D9AAC'

red 13 ◦ green 154 ◦ blue 172

#0D9AAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0D9AAC

Tints of Bondi Blue #0D9AAC

RGB

 RED value IS 13 (5.47% from 255) = 3.83%

 GREEN value IS 154 (60.55% from 255) = 45.43%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 3.83%
G = 45.43%
B = 50.74%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D9AAC (or 0x0D9AAC) is known color: Bondi Blue. HEX triplet: 0D, 9A and AC. RGB value is (13,154,172). Sum of RGB (Red+Green+Blue) = 13+154+172=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D9AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9AAC is #F26553. Grayscale: #717171. Windows color (decimal): -15885652 or 11311629. OLE color: 11311629.

HSL color Cylindrical-coordinate representation of color #0D9AAC: hue angle of 186.79º 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 #0D9AAC is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 154 172 -
CMYK 0.92 0.10 0 0.33
HSL 186.79º 0.86% 0.36% -
HSV(B) 186.79º 0.92% 0.67% -
XYZ 19.17 26.18 43.07 -
YUV 113.89 160.79 56.04 -
System Red Green Blue C M Y K H S L
Decimal 13 154 172 0.92 0.10 0 0.33 186.79 0.86 0.36
Hex D 9A AC 5C A 0 21 BB 56 24
Octal 15 232 254 134 12 0 41 273 126 44
Binary 1101 10011010 10101100 1011100 1010 0 100001 10111011 1010110 100100

Color Harmonies of #0D9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9AAC

Black with #0D9AAC

Text Example


Text Example

White with #0D9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,172); }

 H1.HeaderClassName
 {
   color: #0D9AAC;
 }
 .AnyTagClassName
 {
   color: #0D9AAC;
 }
</style>

background-color css

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

 a { background-color: rgb(13,154,172); }

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

border-color css

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

 span { border-color: rgb(13,154,172); }

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