Html Css Color HEX #0F9BAB Bondi Blue

📋 copy color: '#0F9BAB'

red 15 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #0F9BAB

Tints of Bondi Blue #0F9BAB

RGB

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

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

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

R = 4.4%
G = 45.45%
B = 50.15%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F9BAB (or 0x0F9BAB) is known color: Bondi Blue. HEX triplet: 0F, 9B and AB. RGB value is (15,155,171). Sum of RGB (Red+Green+Blue) = 15+155+171=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F9BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9BAB is #F06454. Grayscale: #727272. Windows color (decimal): -15754325 or 11246351. OLE color: 11246351.

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

Color convert

RGB 15 155 171 -
CMYK 0.91 0.09 0 0.33
HSL 186.15º 0.84% 0.36% -
HSV(B) 186.15º 0.91% 0.67% -
XYZ 19.27 26.48 42.62 -
YUV 114.96 159.62 56.7 -
System Red Green Blue C M Y K H S L
Decimal 15 155 171 0.91 0.09 0 0.33 186.15 0.84 0.36
Hex F 9B AB 5B 9 0 21 BA 54 24
Octal 17 233 253 133 11 0 41 272 124 44
Binary 1111 10011011 10101011 1011011 1001 0 100001 10111010 1010100 100100

Color Harmonies of #0F9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9BAB

Black with #0F9BAB

Text Example


Text Example

White with #0F9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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