Html Css Color HEX #0E97BC Bondi Blue

📋 copy color: '#0E97BC'

red 14 ◦ green 151 ◦ blue 188

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

Shades of Bondi Blue #0E97BC

Tints of Bondi Blue #0E97BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 3.97%
G = 42.78%
B = 53.26%

CMYK

 C value IS 0.93

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E97BC (or 0x0E97BC) is known color: Bondi Blue. HEX triplet: 0E, 97 and BC. RGB value is (14,151,188). Sum of RGB (Red+Green+Blue) = 14+151+188=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E97BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E97BC is #F16843. Grayscale: #717171. Windows color (decimal): -15820868 or 12359438. OLE color: 12359438.

HSL color Cylindrical-coordinate representation of color #0E97BC: hue angle of 192.76º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E97BC is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 14 151 188 -
CMYK 0.93 0.20 0 0.26
HSL 192.76º 0.86% 0.4% -
HSV(B) 192.76º 0.93% 0.74% -
XYZ 20.32 25.86 51.5 -
YUV 114.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 14 151 188 0.93 0.20 0 0.26 192.76 0.86 0.4
Hex E 97 BC 5D 14 0 1A C1 56 28
Octal 16 227 274 135 24 0 32 301 126 50
Binary 1110 10010111 10111100 1011101 10100 0 11010 11000001 1010110 101000

Color Harmonies of #0E97BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97BC

Black with #0E97BC

Text Example


Text Example

White with #0E97BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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