Html Css Color HEX #0E97AD Bondi Blue

📋 copy color: '#0E97AD'

red 14 ◦ green 151 ◦ blue 173

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

Shades of Bondi Blue #0E97AD

Tints of Bondi Blue #0E97AD

RGB

 RED value IS 14 (5.86% from 255) = 4.14%

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

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

R = 4.14%
G = 44.67%
B = 51.18%

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

#0E97AD (or 0x0E97AD) is known color: Bondi Blue. HEX triplet: 0E, 97 and AD. RGB value is (14,151,173). Sum of RGB (Red+Green+Blue) = 14+151+173=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E97AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E97AD is #F16852. Grayscale: #707070. Windows color (decimal): -15820883 or 11376398. OLE color: 11376398.

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

Color convert

RGB 14 151 173 -
CMYK 0.92 0.13 0 0.32
HSL 188.3º 0.85% 0.37% -
HSV(B) 188.3º 0.92% 0.68% -
XYZ 18.79 25.24 43.42 -
YUV 112.55 162.11 57.71 -
System Red Green Blue C M Y K H S L
Decimal 14 151 173 0.92 0.13 0 0.32 188.3 0.85 0.37
Hex E 97 AD 5C D 0 20 BC 55 25
Octal 16 227 255 134 15 0 40 274 125 45
Binary 1110 10010111 10101101 1011100 1101 0 100000 10111100 1010101 100101

Color Harmonies of #0E97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97AD

Black with #0E97AD

Text Example


Text Example

White with #0E97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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