#0090BD

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

Shades of Bondi Blue #0090BD

Tints of Bondi Blue #0090BD

Color information

#0090BD (or 0x0090BD) is unknown color: approx Bondi Blue. HEX triplet: 00, 90 and BD. RGB value is (0,144,189). Sum of RGB (Red+Green+Blue) = 0+144+189=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #0090BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090BD is #FF6F42. Grayscale: #696969. Windows color (decimal): -16740163 or 12423168. OLE color: 12423168.

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

Color convert

RGB0144189-
CMYK10.2400.26
HSL194.29º100%37.06%-
HSV(B)194.29º100%74.12%-
XYZ19.1623.6251.69-
YUV106.07174.7952.34-

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.24%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=0%
G=43.24%
B=56.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal014418910.2400.26194.2910037.06
Hex090BD641801Ac26425
Octal02202751443003230214445
Binary01001000010111101110010011000011010110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0090BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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