#0090BB

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

Shades of Bondi Blue #0090BB

Tints of Bondi Blue #0090BB

Color information

#0090BB (or 0x0090BB) is unknown color: approx Bondi Blue. HEX triplet: 00, 90 and BB. RGB value is (0,144,187). Sum of RGB (Red+Green+Blue) = 0+144+187=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #0090BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090BB is #FF6F44. Grayscale: #696969. Windows color (decimal): -16740165 or 12292096. OLE color: 12292096.

HSL color Cylindrical-coordinate representation of color #0090BB: hue angle of 193.8º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090BB is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0144187-
CMYK10.2300.27
HSL193.8º100%36.67%-
HSV(B)193.8º100%73.33%-
XYZ18.9423.5350.56-
YUV105.85173.7952.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 43.50%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=0%
G=43.50%
B=56.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal014418710.2300.27193.810036.67
Hex090BB641701Bc26425
Octal02202731442703330214445
Binary01001000010111011110010010111011011110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0090BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0090BB; }

 p { color: rgb(0,144,187); }

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

<style>
 a { background-color: #0090BB; }

 a { background-color: rgb(0,144,187); }

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

<style>
 span { border-color: #0090BB; }

 span { border-color: rgb(0,144,187); }

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