Html Css Color HEX #0D9CAA Bondi Blue

📋 copy color: '#0D9CAA'

red 13 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #0D9CAA

Tints of Bondi Blue #0D9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.02%

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 3.83%
G = 46.02%
B = 50.15%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D9CAA (or 0x0D9CAA) is known color: Bondi Blue. HEX triplet: 0D, 9C and AA. RGB value is (13,156,170). Sum of RGB (Red+Green+Blue) = 13+156+170=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D9CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9CAA is #F26355. Grayscale: #727272. Windows color (decimal): -15885142 or 11181069. OLE color: 11181069.

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

Color convert

RGB 13 156 170 -
CMYK 0.92 0.08 0 0.33
HSL 185.35º 0.86% 0.36% -
HSV(B) 185.35º 0.92% 0.67% -
XYZ 19.31 26.76 42.18 -
YUV 114.84 159.12 55.36 -
System Red Green Blue C M Y K H S L
Decimal 13 156 170 0.92 0.08 0 0.33 185.35 0.86 0.36
Hex D 9C AA 5C 8 0 21 B9 56 24
Octal 15 234 252 134 10 0 41 271 126 44
Binary 1101 10011100 10101010 1011100 1000 0 100001 10111001 1010110 100100

Color Harmonies of #0D9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CAA

Black with #0D9CAA

Text Example


Text Example

White with #0D9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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