Html Css Color HEX #0D98AD Bondi Blue

📋 copy color: '#0D98AD'

red 13 ◦ green 152 ◦ blue 173

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

Shades of Bondi Blue #0D98AD

Tints of Bondi Blue #0D98AD

RGB

 RED value IS 13 (5.47% from 255) = 3.85%

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

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

R = 3.85%
G = 44.97%
B = 51.18%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D98AD (or 0x0D98AD) is known color: Bondi Blue. HEX triplet: 0D, 98 and AD. RGB value is (13,152,173). Sum of RGB (Red+Green+Blue) = 13+152+173=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D98AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D98AD is #F26752. Grayscale: #707070. Windows color (decimal): -15886163 or 11376653. OLE color: 11376653.

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

Color convert

RGB 13 152 173 -
CMYK 0.92 0.12 0 0.32
HSL 187.88º 0.86% 0.36% -
HSV(B) 187.88º 0.92% 0.68% -
XYZ 18.94 25.56 43.47 -
YUV 112.83 161.95 56.79 -
System Red Green Blue C M Y K H S L
Decimal 13 152 173 0.92 0.12 0 0.32 187.88 0.86 0.36
Hex D 98 AD 5C C 0 20 BC 56 24
Octal 15 230 255 134 14 0 40 274 126 44
Binary 1101 10011000 10101101 1011100 1100 0 100000 10111100 1010110 100100

Color Harmonies of #0D98AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D98AD

Black with #0D98AD

Text Example


Text Example

White with #0D98AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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