#0F90AA

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

Shades of Bondi Blue #0F90AA

Tints of Bondi Blue #0F90AA

Color information

#0F90AA (or 0x0F90AA) is unknown color: approx Bondi Blue. HEX triplet: 0F, 90 and AA. RGB value is (15,144,170). Sum of RGB (Red+Green+Blue) = 15+144+170=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F90AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90AA is #F06F55. Grayscale: #6C6C6C. Windows color (decimal): -15757142 or 11177999. OLE color: 11177999.

HSL color Cylindrical-coordinate representation of color #0F90AA: hue angle of 190.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F90AA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15144170-
CMYK0.910.1500.33
HSL190.06º83.78%36.27%-
HSV(B)190.06º91.18%66.67%-
XYZ17.4322.9541.54-
YUV108.39162.7661.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.56%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=4.56%
G=43.77%
B=51.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151441700.910.1500.33190.0683.7836.27
HexF90AA5BF021be5424
Octal172202521331704127612444
Binary11111001000010101010101101111110100001101111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,144,170); }

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

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

 a { background-color: rgb(15,144,170); }

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

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

 span { border-color: rgb(15,144,170); }

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