Html Css Color HEX #0097B2 Bondi Blue

📋 copy color: '#0097B2'

red 0 ◦ green 151 ◦ blue 178

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

Shades of Bondi Blue #0097B2

Tints of Bondi Blue #0097B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.1%

R = 0%
G = 45.9%
B = 54.1%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0097B2 (or 0x0097B2) is known color: Bondi Blue. HEX triplet: 00, 97 and B2. RGB value is (0,151,178). Sum of RGB (Red+Green+Blue) = 0+151+178=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #0097B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0097B2 is #FF684D. Grayscale: #6C6C6C. Windows color (decimal): -16738382 or 11704064. OLE color: 11704064.

HSL color Cylindrical-coordinate representation of color #0097B2: hue angle of 189.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097B2 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 151 178 -
CMYK 1 0.15 0 0.30
HSL 189.1º 1% 0.35% -
HSV(B) 189.1º 1% 0.7% -
XYZ 19.1 25.35 46.01 -
YUV 108.93 166.97 50.3 -
System Red Green Blue C M Y K H S L
Decimal 0 151 178 1 0.15 0 0.30 189.1 1 0.35
Hex 0 97 B2 64 F 0 1E BD 64 23
Octal 0 227 262 144 17 0 36 275 144 43
Binary 0 10010111 10110010 1100100 1111 0 11110 10111101 1100100 100011

Color Harmonies of #0097B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097B2

Black with #0097B2

Text Example


Text Example

White with #0097B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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