Html Css Color HEX #0D9DAE Bondi Blue

📋 copy color: '#0D9DAE'

red 13 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #0D9DAE

Tints of Bondi Blue #0D9DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.64%

 BLUE value IS 174 (68.36% from 255) = 50.58%

R = 3.78%
G = 45.64%
B = 50.58%

CMYK

 C value IS 0.93

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D9DAE (or 0x0D9DAE) is known color: Bondi Blue. HEX triplet: 0D, 9D and AE. RGB value is (13,157,174). Sum of RGB (Red+Green+Blue) = 13+157+174=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D9DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9DAE is #F26251. Grayscale: #737373. Windows color (decimal): -15884882 or 11443469. OLE color: 11443469.

HSL color Cylindrical-coordinate representation of color #0D9DAE: hue angle of 186.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D9DAE is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 157 174 -
CMYK 0.93 0.10 0 0.32
HSL 186.34º 0.86% 0.37% -
HSV(B) 186.34º 0.93% 0.68% -
XYZ 19.86 27.26 44.26 -
YUV 115.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 13 157 174 0.93 0.10 0 0.32 186.34 0.86 0.37
Hex D 9D AE 5D A 0 20 BA 56 25
Octal 15 235 256 135 12 0 40 272 126 45
Binary 1101 10011101 10101110 1011101 1010 0 100000 10111010 1010110 100101

Color Harmonies of #0D9DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9DAE

Black with #0D9DAE

Text Example


Text Example

White with #0D9DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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