Html Css Color HEX #0FA0AC Bondi Blue

📋 copy color: '#0FA0AC'

red 15 ◦ green 160 ◦ blue 172

#0FA0AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0FA0AC

Tints of Bondi Blue #0FA0AC

RGB

 RED value IS 15 (6.25% from 255) = 4.32%

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 4.32%
G = 46.11%
B = 49.57%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0FA0AC (or 0x0FA0AC) is known color: Bondi Blue. HEX triplet: 0F, A0 and AC. RGB value is (15,160,172). Sum of RGB (Red+Green+Blue) = 15+160+172=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA0AC is #F05F53. Grayscale: #757575. Windows color (decimal): -15753044 or 11313167. OLE color: 11313167.

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

Color convert

RGB 15 160 172 -
CMYK 0.91 0.07 0 0.33
HSL 184.59º 0.84% 0.37% -
HSV(B) 184.59º 0.91% 0.67% -
XYZ 20.21 28.22 43.41 -
YUV 118.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 15 160 172 0.91 0.07 0 0.33 184.59 0.84 0.37
Hex F A0 AC 5B 7 0 21 B9 54 25
Octal 17 240 254 133 7 0 41 271 124 45
Binary 1111 10100000 10101100 1011011 111 0 100001 10111001 1010100 100101

Color Harmonies of #0FA0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA0AC

Black with #0FA0AC

Text Example


Text Example

White with #0FA0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,172); }

 H1.HeaderClassName
 {
   color: #0FA0AC;
 }
 .AnyTagClassName
 {
   color: #0FA0AC;
 }
</style>

background-color css

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

 a { background-color: rgb(15,160,172); }

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

border-color css

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

 span { border-color: rgb(15,160,172); }

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