#1090B0

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

Shades of Bondi Blue #1090B0

Tints of Bondi Blue #1090B0

Color information

#1090B0 (or 0x1090B0) is unknown color: approx Bondi Blue. HEX triplet: 10, 90 and B0. RGB value is (16,144,176). Sum of RGB (Red+Green+Blue) = 16+144+176=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #1090B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1090B0 is #EF6F4F. Grayscale: #6D6D6D. Windows color (decimal): -15691600 or 11571216. OLE color: 11571216.

HSL color Cylindrical-coordinate representation of color #1090B0: hue angle of 192º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1090B0 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16144176-
CMYK0.910.1800.31
HSL192º83.33%37.65%-
HSV(B)192º90.91%69.02%-
XYZ18.0223.1944.6-
YUV109.38165.5961.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.76%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 176 (69.14% from 255) = 52.38%
R=4.76%
G=42.86%
B=52.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161441760.910.1800.3119283.3337.65
Hex1090B05B1201Fc05326
Octal202202601332203730012346
Binary100001001000010110000101101110010011111110000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1090B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1090B0; }

 p { color: rgb(16,144,176); }

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

<style>
 a { background-color: #1090B0; }

 a { background-color: rgb(16,144,176); }

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

<style>
 span { border-color: #1090B0; }

 span { border-color: rgb(16,144,176); }

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