Html Css Color HEX #0998AB Bondi Blue

📋 copy color: '#0998AB'

red 9 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0998AB

Tints of Bondi Blue #0998AB

RGB

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

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

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

R = 2.71%
G = 45.78%
B = 51.51%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0998AB (or 0x0998AB) is known color: Bondi Blue. HEX triplet: 09, 98 and AB. RGB value is (9,152,171). Sum of RGB (Red+Green+Blue) = 9+152+171=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #0998AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0998AB is #F66754. Grayscale: #6F6F6F. Windows color (decimal): -16148309 or 11245577. OLE color: 11245577.

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

Color convert

RGB 9 152 171 -
CMYK 0.95 0.11 0 0.33
HSL 187.04º 0.9% 0.35% -
HSV(B) 187.04º 0.95% 0.67% -
XYZ 18.69 25.45 42.46 -
YUV 111.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 9 152 171 0.95 0.11 0 0.33 187.04 0.9 0.35
Hex 9 98 AB 5F B 0 21 BB 5A 23
Octal 11 230 253 137 13 0 41 273 132 43
Binary 1001 10011000 10101011 1011111 1011 0 100001 10111011 1011010 100011

Color Harmonies of #0998AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998AB

Black with #0998AB

Text Example


Text Example

White with #0998AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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