Html Css Color HEX #0F91AD Bondi Blue

📋 copy color: '#0F91AD'

red 15 ◦ green 145 ◦ blue 173

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

Shades of Bondi Blue #0F91AD

Tints of Bondi Blue #0F91AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 4.5%
G = 43.54%
B = 51.95%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F91AD (or 0x0F91AD) is known color: Bondi Blue. HEX triplet: 0F, 91 and AD. RGB value is (15,145,173). Sum of RGB (Red+Green+Blue) = 15+145+173=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F91AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F91AD is #F06E52. Grayscale: #6D6D6D. Windows color (decimal): -15756883 or 11374863. OLE color: 11374863.

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

Color convert

RGB 15 145 173 -
CMYK 0.91 0.16 0 0.32
HSL 190.63º 0.84% 0.37% -
HSV(B) 190.63º 0.91% 0.68% -
XYZ 17.87 23.37 43.1 -
YUV 109.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 15 145 173 0.91 0.16 0 0.32 190.63 0.84 0.37
Hex F 91 AD 5B 10 0 20 BF 54 25
Octal 17 221 255 133 20 0 40 277 124 45
Binary 1111 10010001 10101101 1011011 10000 0 100000 10111111 1010100 100101

Color Harmonies of #0F91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F91AD

Black with #0F91AD

Text Example


Text Example

White with #0F91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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