Html Css Color HEX #0D8BBA Bondi Blue

📋 copy color: '#0D8BBA'

red 13 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #0D8BBA

Tints of Bondi Blue #0D8BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.12%

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

R = 3.85%
G = 41.12%
B = 55.03%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D8BBA (or 0x0D8BBA) is known color: Bondi Blue. HEX triplet: 0D, 8B and BA. RGB value is (13,139,186). Sum of RGB (Red+Green+Blue) = 13+139+186=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D8BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8BBA is #F27445. Grayscale: #6A6A6A. Windows color (decimal): -15889478 or 12225293. OLE color: 12225293.

HSL color Cylindrical-coordinate representation of color #0D8BBA: hue angle of 196.3º 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 #0D8BBA is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 139 186 -
CMYK 0.93 0.25 0 0.27
HSL 196.3º 0.87% 0.39% -
HSV(B) 196.3º 0.93% 0.73% -
XYZ 18.26 22.1 49.76 -
YUV 106.68 172.76 61.18 -
System Red Green Blue C M Y K H S L
Decimal 13 139 186 0.93 0.25 0 0.27 196.3 0.87 0.39
Hex D 8B BA 5D 19 0 1B C4 57 27
Octal 15 213 272 135 31 0 33 304 127 47
Binary 1101 10001011 10111010 1011101 11001 0 11011 11000100 1010111 100111

Color Harmonies of #0D8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8BBA

Black with #0D8BBA

Text Example


Text Example

White with #0D8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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