Html Css Color HEX #0098B9 Bondi Blue

📋 copy color: '#0098B9'

red 0 ◦ green 152 ◦ blue 185

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

Shades of Bondi Blue #0098B9

Tints of Bondi Blue #0098B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.9%

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0098B9 (or 0x0098B9) is known color: Bondi Blue. HEX triplet: 00, 98 and B9. RGB value is (0,152,185). Sum of RGB (Red+Green+Blue) = 0+152+185=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #0098B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098B9 is #FF6746. Grayscale: #6E6E6E. Windows color (decimal): -16738119 or 12163072. OLE color: 12163072.

HSL color Cylindrical-coordinate representation of color #0098B9: hue angle of 190.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098B9 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 152 185 -
CMYK 1 0.18 0 0.27
HSL 190.7º 1% 0.36% -
HSV(B) 190.7º 1% 0.73% -
XYZ 19.99 25.96 49.86 -
YUV 110.31 170.14 49.32 -
System Red Green Blue C M Y K H S L
Decimal 0 152 185 1 0.18 0 0.27 190.7 1 0.36
Hex 0 98 B9 64 12 0 1B BF 64 24
Octal 0 230 271 144 22 0 33 277 144 44
Binary 0 10011000 10111001 1100100 10010 0 11011 10111111 1100100 100100

Color Harmonies of #0098B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098B9

Black with #0098B9

Text Example


Text Example

White with #0098B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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