Html Css Color HEX #0F9DA9 Bondi Blue

📋 copy color: '#0F9DA9'

red 15 ◦ green 157 ◦ blue 169

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

Shades of Bondi Blue #0F9DA9

Tints of Bondi Blue #0F9DA9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.04%

 BLUE value IS 169 (66.41% from 255) = 49.56%

R = 4.4%
G = 46.04%
B = 49.56%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F9DA9 (or 0x0F9DA9) is known color: Bondi Blue. HEX triplet: 0F, 9D and A9. RGB value is (15,157,169). Sum of RGB (Red+Green+Blue) = 15+157+169=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F9DA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9DA9 is #F06256. Grayscale: #737373. Windows color (decimal): -15753815 or 11115791. OLE color: 11115791.

HSL color Cylindrical-coordinate representation of color #0F9DA9: hue angle of 184.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9DA9 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 157 169 -
CMYK 0.91 0.07 0 0.34
HSL 184.68º 0.84% 0.36% -
HSV(B) 184.68º 0.91% 0.66% -
XYZ 19.42 27.08 41.74 -
YUV 115.91 157.96 56.02 -
System Red Green Blue C M Y K H S L
Decimal 15 157 169 0.91 0.07 0 0.34 184.68 0.84 0.36
Hex F 9D A9 5B 7 0 22 B9 54 24
Octal 17 235 251 133 7 0 42 271 124 44
Binary 1111 10011101 10101001 1011011 111 0 100010 10111001 1010100 100100

Color Harmonies of #0F9DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9DA9

Black with #0F9DA9

Text Example


Text Example

White with #0F9DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,157,169); }

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

background-color css

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

 a { background-color: rgb(15,157,169); }

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

border-color css

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

 span { border-color: rgb(15,157,169); }

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