Html Css Color HEX #0098BA Bondi Blue

📋 copy color: '#0098BA'

red 0 ◦ green 152 ◦ blue 186

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

Shades of Bondi Blue #0098BA

Tints of Bondi Blue #0098BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 0%
G = 44.97%
B = 55.03%

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

#0098BA (or 0x0098BA) is known color: Bondi Blue. HEX triplet: 00, 98 and BA. RGB value is (0,152,186). Sum of RGB (Red+Green+Blue) = 0+152+186=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0098BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098BA is #FF6745. Grayscale: #6E6E6E. Windows color (decimal): -16738118 or 12228608. OLE color: 12228608.

HSL color Cylindrical-coordinate representation of color #0098BA: hue angle of 190.97º 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 #0098BA is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 152 186 -
CMYK 1 0.18 0 0.27
HSL 190.97º 1% 0.36% -
HSV(B) 190.97º 1% 0.73% -
XYZ 20.09 26 50.41 -
YUV 110.43 170.64 49.24 -
System Red Green Blue C M Y K H S L
Decimal 0 152 186 1 0.18 0 0.27 190.97 1 0.36
Hex 0 98 BA 64 12 0 1B BF 64 24
Octal 0 230 272 144 22 0 33 277 144 44
Binary 0 10011000 10111010 1100100 10010 0 11011 10111111 1100100 100100

Color Harmonies of #0098BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0098BA

Black with #0098BA

Text Example


Text Example

White with #0098BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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