#0f9caf

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

Shades of Bondi Blue #0F9CAF

Tints of Bondi Blue #0F9CAF

Color information

#0F9CAF (or 0x0F9CAF) is unknown color: approx Bondi Blue. HEX triplet: 0F, 9C and AF. RGB value is (15,156,175). Sum of RGB (Red+Green+Blue) = 15+156+175=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F9CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9CAF is #F06350. Grayscale: #737373. Windows color (decimal): -15754065 or 11508751. OLE color: 11508751.

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

Color convert

RGB15156175-
CMYK0.910.1100.31
HSL187.12º84.21%37.25%-
HSV(B)187.12º91.43%68.63%-
XYZ19.8226.9744.72-
YUV116.01161.2955.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.34%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=4.34%
G=45.09%
B=50.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151561750.910.1100.31187.1284.2137.25
HexF9CAF5BB01Fbb5425
Octal172342571331303727312445
Binary1111100111001010111110110111011011111101110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,156,175); }

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

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

 a { background-color: rgb(15,156,175); }

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

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

 span { border-color: rgb(15,156,175); }

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