#0D96BA

Color #0D96BA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0D96BA

Tints of Bondi Blue #0D96BA

Color information

#0D96BA (or 0x0D96BA) is unknown color: approx Bondi Blue. HEX triplet: 0D, 96 and BA. RGB value is (13,150,186). Sum of RGB (Red+Green+Blue) = 13+150+186=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D96BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D96BA is #F26945. Grayscale: #707070. Windows color (decimal): -15886662 or 12228109. OLE color: 12228109.

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

Color convert

RGB13150186-
CMYK0.930.1900.27
HSL192.49º86.93%39.02%-
HSV(B)192.49º93.01%72.94%-
XYZ19.9425.4450.31-
YUV113.14169.1156.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.72%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=3.72%
G=42.98%
B=53.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131501860.930.1900.27192.4986.9339.02
HexD96BA5D1301Bc05727
Octal152262721352303330012747
Binary11011001011010111010101110110011011011110000001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D96BA;
 }
 .AnyTagClassName
 {
   color: #0D96BA;
 }
</style>
background-color css

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

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

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

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

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

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