Html Css Color HEX #0F96AC Bondi Blue

📋 copy color: '#0F96AC'

red 15 ◦ green 150 ◦ blue 172

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

Shades of Bondi Blue #0F96AC

Tints of Bondi Blue #0F96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

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

R = 4.45%
G = 44.51%
B = 51.04%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F96AC (or 0x0F96AC) is known color: Bondi Blue. HEX triplet: 0F, 96 and AC. RGB value is (15,150,172). Sum of RGB (Red+Green+Blue) = 15+150+172=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F96AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F96AC is #F06953. Grayscale: #6F6F6F. Windows color (decimal): -15755604 or 11310607. OLE color: 11310607.

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

Color convert

RGB 15 150 172 -
CMYK 0.91 0.13 0 0.33
HSL 188.41º 0.84% 0.37% -
HSV(B) 188.41º 0.91% 0.67% -
XYZ 18.55 24.89 42.86 -
YUV 112.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 15 150 172 0.91 0.13 0 0.33 188.41 0.84 0.37
Hex F 96 AC 5B D 0 21 BC 54 25
Octal 17 226 254 133 15 0 41 274 124 45
Binary 1111 10010110 10101100 1011011 1101 0 100001 10111100 1010100 100101

Color Harmonies of #0F96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F96AC

Black with #0F96AC

Text Example


Text Example

White with #0F96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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