Html Css Color HEX #0998BA Bondi Blue

📋 copy color: '#0998BA'

red 9 ◦ green 152 ◦ blue 186

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

Shades of Bondi Blue #0998BA

Tints of Bondi Blue #0998BA

RGB

 RED value IS 9 (3.91% from 255) = 2.59%

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

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

R = 2.59%
G = 43.8%
B = 53.6%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0998BA (or 0x0998BA) is known color: Bondi Blue. HEX triplet: 09, 98 and BA. RGB value is (9,152,186). Sum of RGB (Red+Green+Blue) = 9+152+186=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #0998BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998BA is #F66745. Grayscale: #707070. Windows color (decimal): -16148294 or 12228617. OLE color: 12228617.

HSL color Cylindrical-coordinate representation of color #0998BA: hue angle of 191.53º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998BA is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 152 186 -
CMYK 0.95 0.18 0 0.27
HSL 191.53º 0.91% 0.38% -
HSV(B) 191.53º 0.95% 0.73% -
XYZ 20.2 26.06 50.42 -
YUV 113.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 9 152 186 0.95 0.18 0 0.27 191.53 0.91 0.38
Hex 9 98 BA 5F 12 0 1B C0 5B 26
Octal 11 230 272 137 22 0 33 300 133 46
Binary 1001 10011000 10111010 1011111 10010 0 11011 11000000 1011011 100110

Color Harmonies of #0998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998BA

Black with #0998BA

Text Example


Text Example

White with #0998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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