Html Css Color HEX #0F91AB Bondi Blue

📋 copy color: '#0F91AB'

red 15 ◦ green 145 ◦ blue 171

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

Shades of Bondi Blue #0F91AB

Tints of Bondi Blue #0F91AB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.81%

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

R = 4.53%
G = 43.81%
B = 51.66%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F91AB (or 0x0F91AB) is known color: Bondi Blue. HEX triplet: 0F, 91 and AB. RGB value is (15,145,171). Sum of RGB (Red+Green+Blue) = 15+145+171=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F91AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F91AB is #F06E54. Grayscale: #6C6C6C. Windows color (decimal): -15756885 or 11243791. OLE color: 11243791.

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

Color convert

RGB 15 145 171 -
CMYK 0.91 0.15 0 0.33
HSL 190º 0.84% 0.36% -
HSV(B) 190º 0.91% 0.67% -
XYZ 17.67 23.29 42.09 -
YUV 109.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 15 145 171 0.91 0.15 0 0.33 190 0.84 0.36
Hex F 91 AB 5B F 0 21 BE 54 24
Octal 17 221 253 133 17 0 41 276 124 44
Binary 1111 10010001 10101011 1011011 1111 0 100001 10111110 1010100 100100

Color Harmonies of #0F91AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F91AB

Black with #0F91AB

Text Example


Text Example

White with #0F91AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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