Html Css Color HEX #0097B4 Bondi Blue

📋 copy color: '#0097B4'

red 0 ◦ green 151 ◦ blue 180

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

Shades of Bondi Blue #0097B4

Tints of Bondi Blue #0097B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 0%
G = 45.62%
B = 54.38%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0097B4 (or 0x0097B4) is known color: Bondi Blue. HEX triplet: 00, 97 and B4. RGB value is (0,151,180). Sum of RGB (Red+Green+Blue) = 0+151+180=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #0097B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097B4 is #FF684B. Grayscale: #6C6C6C. Windows color (decimal): -16738380 or 11835136. OLE color: 11835136.

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

Color convert

RGB 0 151 180 -
CMYK 1 0.16 0 0.29
HSL 189.67º 1% 0.35% -
HSV(B) 189.67º 1% 0.71% -
XYZ 19.3 25.43 47.07 -
YUV 109.16 167.97 50.14 -
System Red Green Blue C M Y K H S L
Decimal 0 151 180 1 0.16 0 0.29 189.67 1 0.35
Hex 0 97 B4 64 10 0 1D BE 64 23
Octal 0 227 264 144 20 0 35 276 144 43
Binary 0 10010111 10110100 1100100 10000 0 11101 10111110 1100100 100011

Color Harmonies of #0097B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097B4

Black with #0097B4

Text Example


Text Example

White with #0097B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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