#0F90AB

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

Shades of Bondi Blue #0F90AB

Tints of Bondi Blue #0F90AB

Color information

#0F90AB (or 0x0F90AB) is unknown color: approx Bondi Blue. HEX triplet: 0F, 90 and AB. RGB value is (15,144,171). Sum of RGB (Red+Green+Blue) = 15+144+171=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F90AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90AB is #F06F54. Grayscale: #6C6C6C. Windows color (decimal): -15757141 or 11243535. OLE color: 11243535.

HSL color Cylindrical-coordinate representation of color #0F90AB: hue angle of 190.38º 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 #0F90AB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15144171-
CMYK0.910.1600.33
HSL190.38º83.87%36.47%-
HSV(B)190.38º91.23%67.06%-
XYZ17.5222.9942.04-
YUV108.51163.2661.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.55%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=4.55%
G=43.64%
B=51.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151441710.910.1600.33190.3883.8736.47
HexF90AB5B10021be5424
Octal172202531332004127612444
Binary111110010000101010111011011100000100001101111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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