#0F8FAD

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

Shades of Bondi Blue #0F8FAD

Tints of Bondi Blue #0F8FAD

Color information

#0F8FAD (or 0x0F8FAD) is unknown color: approx Bondi Blue. HEX triplet: 0F, 8F and AD. RGB value is (15,143,173). Sum of RGB (Red+Green+Blue) = 15+143+173=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F8FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8FAD is #F07052. Grayscale: #6B6B6B. Windows color (decimal): -15757395 or 11374351. OLE color: 11374351.

HSL color Cylindrical-coordinate representation of color #0F8FAD: hue angle of 191.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F8FAD is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15143173-
CMYK0.910.1700.32
HSL191.39º84.04%36.86%-
HSV(B)191.39º91.33%67.84%-
XYZ17.5622.7643-
YUV108.15164.5961.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.53%
GREEN value IS 143 (56.25% from 255) = 43.20%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=4.53%
G=43.20%
B=52.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151431730.910.1700.32191.3984.0436.86
HexF8FAD5B11020bf5425
Octal172172551332104027712445
Binary111110001111101011011011011100010100000101111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,173); }

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

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

 a { background-color: rgb(15,143,173); }

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

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

 span { border-color: rgb(15,143,173); }

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