Html Css Color HEX #0E97BA Bondi Blue

📋 copy color: '#0E97BA'

red 14 ◦ green 151 ◦ blue 186

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

Shades of Bondi Blue #0E97BA

Tints of Bondi Blue #0E97BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 3.99%
G = 43.02%
B = 52.99%

CMYK

 C value IS 0.92

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E97BA (or 0x0E97BA) is known color: Bondi Blue. HEX triplet: 0E, 97 and BA. RGB value is (14,151,186). Sum of RGB (Red+Green+Blue) = 14+151+186=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #0E97BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E97BA is #F16845. Grayscale: #717171. Windows color (decimal): -15820870 or 12228366. OLE color: 12228366.

HSL color Cylindrical-coordinate representation of color #0E97BA: hue angle of 192.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E97BA is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 151 186 -
CMYK 0.92 0.19 0 0.27
HSL 192.21º 0.86% 0.39% -
HSV(B) 192.21º 0.92% 0.73% -
XYZ 20.11 25.77 50.37 -
YUV 114.03 168.61 56.65 -
System Red Green Blue C M Y K H S L
Decimal 14 151 186 0.92 0.19 0 0.27 192.21 0.86 0.39
Hex E 97 BA 5C 13 0 1B C0 56 27
Octal 16 227 272 134 23 0 33 300 126 47
Binary 1110 10010111 10111010 1011100 10011 0 11011 11000000 1010110 100111

Color Harmonies of #0E97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97BA

Black with #0E97BA

Text Example


Text Example

White with #0E97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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