Html Css Color HEX #0D9BBA Bondi Blue

📋 copy color: '#0D9BBA'

red 13 ◦ green 155 ◦ blue 186

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

Shades of Bondi Blue #0D9BBA

Tints of Bondi Blue #0D9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.79%

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

R = 3.67%
G = 43.79%
B = 52.54%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D9BBA (or 0x0D9BBA) is known color: Bondi Blue. HEX triplet: 0D, 9B and BA. RGB value is (13,155,186). Sum of RGB (Red+Green+Blue) = 13+155+186=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D9BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9BBA is #F26445. Grayscale: #737373. Windows color (decimal): -15885382 or 12229389. OLE color: 12229389.

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

Color convert

RGB 13 155 186 -
CMYK 0.93 0.17 0 0.27
HSL 190.75º 0.87% 0.39% -
HSV(B) 190.75º 0.93% 0.73% -
XYZ 20.75 27.07 50.59 -
YUV 116.08 167.46 54.48 -
System Red Green Blue C M Y K H S L
Decimal 13 155 186 0.93 0.17 0 0.27 190.75 0.87 0.39
Hex D 9B BA 5D 11 0 1B BF 57 27
Octal 15 233 272 135 21 0 33 277 127 47
Binary 1101 10011011 10111010 1011101 10001 0 11011 10111111 1010111 100111

Color Harmonies of #0D9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9BBA

Black with #0D9BBA

Text Example


Text Example

White with #0D9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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