Html Css Color HEX #0098AA Bondi Blue

📋 copy color: '#0098AA'

red 0 ◦ green 152 ◦ blue 170

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

Shades of Bondi Blue #0098AA

Tints of Bondi Blue #0098AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 0%
G = 47.2%
B = 52.8%

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

#0098AA (or 0x0098AA) is known color: Bondi Blue. HEX triplet: 00, 98 and AA. RGB value is (0,152,170). Sum of RGB (Red+Green+Blue) = 0+152+170=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #0098AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0098AA is #FF6755. Grayscale: #6C6C6C. Windows color (decimal): -16738134 or 11180032. OLE color: 11180032.

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

Color convert

RGB 0 152 170 -
CMYK 1 0.11 0 0.33
HSL 186.35º 1% 0.33% -
HSV(B) 186.35º 1% 0.67% -
XYZ 18.48 25.36 41.95 -
YUV 108.6 162.64 50.54 -
System Red Green Blue C M Y K H S L
Decimal 0 152 170 1 0.11 0 0.33 186.35 1 0.33
Hex 0 98 AA 64 B 0 21 BA 64 21
Octal 0 230 252 144 13 0 41 272 144 41
Binary 0 10011000 10101010 1100100 1011 0 100001 10111010 1100100 100001

Color Harmonies of #0098AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098AA

Black with #0098AA

Text Example


Text Example

White with #0098AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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