Html Css Color HEX #0098AB Bondi Blue

📋 copy color: '#0098AB'

red 0 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0098AB

Tints of Bondi Blue #0098AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.06%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 0%
G = 47.06%
B = 52.94%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0098AB (or 0x0098AB) is known color: Bondi Blue. HEX triplet: 00, 98 and AB. RGB value is (0,152,171). Sum of RGB (Red+Green+Blue) = 0+152+171=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0098AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0098AB is #FF6754. Grayscale: #6C6C6C. Windows color (decimal): -16738133 or 11245568. OLE color: 11245568.

HSL color Cylindrical-coordinate representation of color #0098AB: hue angle of 186.67º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098AB is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 152 171 -
CMYK 1 0.11 0 0.33
HSL 186.67º 1% 0.34% -
HSV(B) 186.67º 1% 0.67% -
XYZ 18.58 25.4 42.45 -
YUV 108.72 163.14 50.46 -
System Red Green Blue C M Y K H S L
Decimal 0 152 171 1 0.11 0 0.33 186.67 1 0.34
Hex 0 98 AB 64 B 0 21 BB 64 22
Octal 0 230 253 144 13 0 41 273 144 42
Binary 0 10011000 10101011 1100100 1011 0 100001 10111011 1100100 100010

Color Harmonies of #0098AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098AB

Black with #0098AB

Text Example


Text Example

White with #0098AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0098AB; }

 p { color: rgb(0,152,171); }

 H1.HeaderClassName
 {
   color: #0098AB;
 }
 .AnyTagClassName
 {
   color: #0098AB;
 }
</style>

background-color css

<style>
 a { background-color: #0098AB; }

 a { background-color: rgb(0,152,171); }

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

border-color css

<style>
 span { border-color: #0098AB; }

 span { border-color: rgb(0,152,171); }

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