Html Css Color HEX #0F9BAD Bondi Blue

📋 copy color: '#0F9BAD'

red 15 ◦ green 155 ◦ blue 173

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

Shades of Bondi Blue #0F9BAD

Tints of Bondi Blue #0F9BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.19%

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

R = 4.37%
G = 45.19%
B = 50.44%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F9BAD (or 0x0F9BAD) is known color: Bondi Blue. HEX triplet: 0F, 9B and AD. RGB value is (15,155,173). Sum of RGB (Red+Green+Blue) = 15+155+173=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F9BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9BAD is #F06452. Grayscale: #727272. Windows color (decimal): -15754323 or 11377423. OLE color: 11377423.

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

Color convert

RGB 15 155 173 -
CMYK 0.91 0.10 0 0.32
HSL 186.84º 0.84% 0.37% -
HSV(B) 186.84º 0.91% 0.68% -
XYZ 19.46 26.56 43.64 -
YUV 115.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 15 155 173 0.91 0.10 0 0.32 186.84 0.84 0.37
Hex F 9B AD 5B A 0 20 BB 54 25
Octal 17 233 255 133 12 0 40 273 124 45
Binary 1111 10011011 10101101 1011011 1010 0 100000 10111011 1010100 100101

Color Harmonies of #0F9BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9BAD

Black with #0F9BAD

Text Example


Text Example

White with #0F9BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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