Html Css Color HEX #0F96AB Bondi Blue

📋 copy color: '#0F96AB'

red 15 ◦ green 150 ◦ blue 171

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

Shades of Bondi Blue #0F96AB

Tints of Bondi Blue #0F96AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.89%

R = 4.46%
G = 44.64%
B = 50.89%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F96AB (or 0x0F96AB) is known color: Bondi Blue. HEX triplet: 0F, 96 and AB. RGB value is (15,150,171). Sum of RGB (Red+Green+Blue) = 15+150+171=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F96AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F96AB is #F06954. Grayscale: #6F6F6F. Windows color (decimal): -15755605 or 11245071. OLE color: 11245071.

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

Color convert

RGB 15 150 171 -
CMYK 0.91 0.12 0 0.33
HSL 188.08º 0.84% 0.36% -
HSV(B) 188.08º 0.91% 0.67% -
XYZ 18.45 24.85 42.35 -
YUV 112.03 161.27 58.79 -
System Red Green Blue C M Y K H S L
Decimal 15 150 171 0.91 0.12 0 0.33 188.08 0.84 0.36
Hex F 96 AB 5B C 0 21 BC 54 24
Octal 17 226 253 133 14 0 41 274 124 44
Binary 1111 10010110 10101011 1011011 1100 0 100001 10111100 1010100 100100

Color Harmonies of #0F96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F96AB

Black with #0F96AB

Text Example


Text Example

White with #0F96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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