Html Css Color HEX #0D89BA Bondi Blue

📋 copy color: '#0D89BA'

red 13 ◦ green 137 ◦ blue 186

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

Shades of Bondi Blue #0D89BA

Tints of Bondi Blue #0D89BA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 3.87%
G = 40.77%
B = 55.36%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D89BA (or 0x0D89BA) is known color: Bondi Blue. HEX triplet: 0D, 89 and BA. RGB value is (13,137,186). Sum of RGB (Red+Green+Blue) = 13+137+186=336 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.87% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D89BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D89BA is #F27645. Grayscale: #696969. Windows color (decimal): -15889990 or 12224781. OLE color: 12224781.

HSL color Cylindrical-coordinate representation of color #0D89BA: hue angle of 196.99º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D89BA is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 137 186 -
CMYK 0.93 0.26 0 0.27
HSL 196.99º 0.87% 0.39% -
HSV(B) 196.99º 0.93% 0.73% -
XYZ 17.97 21.52 49.66 -
YUV 105.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 13 137 186 0.93 0.26 0 0.27 196.99 0.87 0.39
Hex D 89 BA 5D 1A 0 1B C5 57 27
Octal 15 211 272 135 32 0 33 305 127 47
Binary 1101 10001001 10111010 1011101 11010 0 11011 11000101 1010111 100111

Color Harmonies of #0D89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D89BA

Black with #0D89BA

Text Example


Text Example

White with #0D89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,137,186); }

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

background-color css

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

 a { background-color: rgb(13,137,186); }

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

border-color css

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

 span { border-color: rgb(13,137,186); }

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