Html Css Color HEX #0D97AD Bondi Blue

📋 copy color: '#0D97AD'

red 13 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0D97AD

Tints of Bondi Blue #0D97AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.81%

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 3.86%
G = 44.81%
B = 51.34%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D97AD (or 0x0D97AD) is known color: Bondi Blue. HEX triplet: 0D, 97 and AD. RGB value is (13,151,173). Sum of RGB (Red+Green+Blue) = 13+151+173=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D97AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D97AD is #F26852. Grayscale: #707070. Windows color (decimal): -15886419 or 11376397. OLE color: 11376397.

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

Color convert

RGB 13 151 173 -
CMYK 0.92 0.13 0 0.32
HSL 188.25º 0.86% 0.36% -
HSV(B) 188.25º 0.92% 0.68% -
XYZ 18.78 25.24 43.42 -
YUV 112.25 162.28 57.21 -
System Red Green Blue C M Y K H S L
Decimal 13 151 173 0.92 0.13 0 0.32 188.25 0.86 0.36
Hex D 97 AD 5C D 0 20 BC 56 24
Octal 15 227 255 134 15 0 40 274 126 44
Binary 1101 10010111 10101101 1011100 1101 0 100000 10111100 1010110 100100

Color Harmonies of #0D97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D97AD

Black with #0D97AD

Text Example


Text Example

White with #0D97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,151,173); }

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

background-color css

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

 a { background-color: rgb(13,151,173); }

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

border-color css

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

 span { border-color: rgb(13,151,173); }

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