#0F92AB

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

Shades of Bondi Blue #0F92AB

Tints of Bondi Blue #0F92AB

Color information

#0F92AB (or 0x0F92AB) is unknown color: approx Bondi Blue. HEX triplet: 0F, 92 and AB. RGB value is (15,146,171). Sum of RGB (Red+Green+Blue) = 15+146+171=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F92AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F92AB is #F06D54. Grayscale: #6D6D6D. Windows color (decimal): -15756629 or 11244047. OLE color: 11244047.

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

Color convert

RGB15146171-
CMYK0.910.1500.33
HSL189.62º83.87%36.47%-
HSV(B)189.62º91.23%67.06%-
XYZ17.8323.642.14-
YUV109.68162.660.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.52%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=4.52%
G=43.98%
B=51.51%

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
Decimal151461710.910.1500.33189.6283.8736.47
HexF92AB5BF021be5424
Octal172222531331704127612444
Binary11111001001010101011101101111110100001101111101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F92AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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