Html Css Color HEX #0097BC Bondi Blue

📋 copy color: '#0097BC'

red 0 ◦ green 151 ◦ blue 188

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

Shades of Bondi Blue #0097BC

Tints of Bondi Blue #0097BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.54%
B = 55.46%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0097BC (or 0x0097BC) is known color: Bondi Blue. HEX triplet: 00, 97 and BC. RGB value is (0,151,188). Sum of RGB (Red+Green+Blue) = 0+151+188=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0097BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097BC is #FF6843. Grayscale: #6D6D6D. Windows color (decimal): -16738372 or 12359424. OLE color: 12359424.

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

Color convert

RGB 0 151 188 -
CMYK 1 0.20 0 0.26
HSL 191.81º 1% 0.37% -
HSV(B) 191.81º 1% 0.74% -
XYZ 20.14 25.76 51.49 -
YUV 110.07 171.97 49.49 -
System Red Green Blue C M Y K H S L
Decimal 0 151 188 1 0.20 0 0.26 191.81 1 0.37
Hex 0 97 BC 64 14 0 1A C0 64 25
Octal 0 227 274 144 24 0 32 300 144 45
Binary 0 10010111 10111100 1100100 10100 0 11010 11000000 1100100 100101

Color Harmonies of #0097BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097BC

Black with #0097BC

Text Example


Text Example

White with #0097BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0097BC; }

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

 H1.HeaderClassName
 {
   color: #0097BC;
 }
 .AnyTagClassName
 {
   color: #0097BC;
 }
</style>

background-color css

<style>
 a { background-color: #0097BC; }

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

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

border-color css

<style>
 span { border-color: #0097BC; }

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

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