Html Css Color HEX #0B98AD Bondi Blue

📋 copy color: '#0B98AD'

red 11 ◦ green 152 ◦ blue 173

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

Shades of Bondi Blue #0B98AD

Tints of Bondi Blue #0B98AD

RGB

 RED value IS 11 (4.69% from 255) = 3.27%

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

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

R = 3.27%
G = 45.24%
B = 51.49%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B98AD (or 0x0B98AD) is known color: Bondi Blue. HEX triplet: 0B, 98 and AD. RGB value is (11,152,173). Sum of RGB (Red+Green+Blue) = 11+152+173=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B98AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B98AD is #F46752. Grayscale: #707070. Windows color (decimal): -16017235 or 11376651. OLE color: 11376651.

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

Color convert

RGB 11 152 173 -
CMYK 0.94 0.12 0 0.32
HSL 187.78º 0.88% 0.36% -
HSV(B) 187.78º 0.94% 0.68% -
XYZ 18.91 25.54 43.47 -
YUV 112.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 11 152 173 0.94 0.12 0 0.32 187.78 0.88 0.36
Hex B 98 AD 5E C 0 20 BC 58 24
Octal 13 230 255 136 14 0 40 274 130 44
Binary 1011 10011000 10101101 1011110 1100 0 100000 10111100 1011000 100100

Color Harmonies of #0B98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B98AD

Black with #0B98AD

Text Example


Text Example

White with #0B98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B98AD; }

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

 H1.HeaderClassName
 {
   color: #0B98AD;
 }
 .AnyTagClassName
 {
   color: #0B98AD;
 }
</style>

background-color css

<style>
 a { background-color: #0B98AD; }

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

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

border-color css

<style>
 span { border-color: #0B98AD; }

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

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