Html Css Color HEX #0F9FAB Bondi Blue

📋 copy color: '#0F9FAB'

red 15 ◦ green 159 ◦ blue 171

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

Shades of Bondi Blue #0F9FAB

Tints of Bondi Blue #0F9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.09%

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

R = 4.35%
G = 46.09%
B = 49.57%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F9FAB (or 0x0F9FAB) is known color: Bondi Blue. HEX triplet: 0F, 9F and AB. RGB value is (15,159,171). Sum of RGB (Red+Green+Blue) = 15+159+171=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9FAB is #F06054. Grayscale: #757575. Windows color (decimal): -15753301 or 11247375. OLE color: 11247375.

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

Color convert

RGB 15 159 171 -
CMYK 0.91 0.07 0 0.33
HSL 184.62º 0.84% 0.36% -
HSV(B) 184.62º 0.91% 0.67% -
XYZ 19.95 27.84 42.85 -
YUV 117.31 158.29 55.02 -
System Red Green Blue C M Y K H S L
Decimal 15 159 171 0.91 0.07 0 0.33 184.62 0.84 0.36
Hex F 9F AB 5B 7 0 21 B9 54 24
Octal 17 237 253 133 7 0 41 271 124 44
Binary 1111 10011111 10101011 1011011 111 0 100001 10111001 1010100 100100

Color Harmonies of #0F9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9FAB

Black with #0F9FAB

Text Example


Text Example

White with #0F9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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