Html Css Color HEX #0998AD Bondi Blue

📋 copy color: '#0998AD'

red 9 ◦ green 152 ◦ blue 173

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

Shades of Bondi Blue #0998AD

Tints of Bondi Blue #0998AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.8%

R = 2.69%
G = 45.51%
B = 51.8%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0998AD (or 0x0998AD) is known color: Bondi Blue. HEX triplet: 09, 98 and AD. RGB value is (9,152,173). Sum of RGB (Red+Green+Blue) = 9+152+173=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #0998AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0998AD is #F66752. Grayscale: #6F6F6F. Windows color (decimal): -16148307 or 11376649. OLE color: 11376649.

HSL color Cylindrical-coordinate representation of color #0998AD: hue angle of 187.68º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0998AD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 152 173 -
CMYK 0.95 0.12 0 0.32
HSL 187.68º 0.9% 0.36% -
HSV(B) 187.68º 0.95% 0.68% -
XYZ 18.88 25.53 43.47 -
YUV 111.64 162.62 54.79 -
System Red Green Blue C M Y K H S L
Decimal 9 152 173 0.95 0.12 0 0.32 187.68 0.9 0.36
Hex 9 98 AD 5F C 0 20 BC 5A 24
Octal 11 230 255 137 14 0 40 274 132 44
Binary 1001 10011000 10101101 1011111 1100 0 100000 10111100 1011010 100100

Color Harmonies of #0998AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0998AD

Black with #0998AD

Text Example


Text Example

White with #0998AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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