Html Css Color HEX #0F99AC Bondi Blue

📋 copy color: '#0F99AC'

red 15 ◦ green 153 ◦ blue 172

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

Shades of Bondi Blue #0F99AC

Tints of Bondi Blue #0F99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

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

R = 4.41%
G = 45%
B = 50.59%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F99AC (or 0x0F99AC) is known color: Bondi Blue. HEX triplet: 0F, 99 and AC. RGB value is (15,153,172). Sum of RGB (Red+Green+Blue) = 15+153+172=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F99AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F99AC is #F06653. Grayscale: #717171. Windows color (decimal): -15754836 or 11311375. OLE color: 11311375.

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

Color convert

RGB 15 153 172 -
CMYK 0.91 0.11 0 0.33
HSL 187.26º 0.84% 0.37% -
HSV(B) 187.26º 0.91% 0.67% -
XYZ 19.03 25.86 43.02 -
YUV 113.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 15 153 172 0.91 0.11 0 0.33 187.26 0.84 0.37
Hex F 99 AC 5B B 0 21 BB 54 25
Octal 17 231 254 133 13 0 41 273 124 45
Binary 1111 10011001 10101100 1011011 1011 0 100001 10111011 1010100 100101

Color Harmonies of #0F99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F99AC

Black with #0F99AC

Text Example


Text Example

White with #0F99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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