#0B90AE

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

Shades of Bondi Blue #0B90AE

Tints of Bondi Blue #0B90AE

Color information

#0B90AE (or 0x0B90AE) is unknown color: approx Bondi Blue. HEX triplet: 0B, 90 and AE. RGB value is (11,144,174). Sum of RGB (Red+Green+Blue) = 11+144+174=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B90AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B90AE is #F46F51. Grayscale: #6B6B6B. Windows color (decimal): -16019282 or 11440139. OLE color: 11440139.

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

Color convert

RGB11144174-
CMYK0.940.1700.32
HSL191.04º88.11%36.27%-
HSV(B)191.04º93.68%68.24%-
XYZ17.7523.0743.56-
YUV107.65165.4459.06-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.34%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=3.34%
G=43.77%
B=52.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111441740.940.1700.32191.0488.1136.27
HexB90AE5E11020bf5824
Octal132202561362104027713044
Binary101110010000101011101011110100010100000101111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,144,174); }

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

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

 a { background-color: rgb(11,144,174); }

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

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

 span { border-color: rgb(11,144,174); }

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