Html Css Color HEX #0F9FAA Bondi Blue

📋 copy color: '#0F9FAA'

red 15 ◦ green 159 ◦ blue 170

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

Shades of Bondi Blue #0F9FAA

Tints of Bondi Blue #0F9FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 4.36%
G = 46.22%
B = 49.42%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F9FAA (or 0x0F9FAA) is known color: Bondi Blue. HEX triplet: 0F, 9F and AA. RGB value is (15,159,170). Sum of RGB (Red+Green+Blue) = 15+159+170=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F9FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9FAA is #F06055. Grayscale: #757575. Windows color (decimal): -15753302 or 11181839. OLE color: 11181839.

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

Color convert

RGB 15 159 170 -
CMYK 0.91 0.06 0 0.33
HSL 184.26º 0.84% 0.36% -
HSV(B) 184.26º 0.91% 0.67% -
XYZ 19.85 27.8 42.35 -
YUV 117.2 157.79 55.11 -
System Red Green Blue C M Y K H S L
Decimal 15 159 170 0.91 0.06 0 0.33 184.26 0.84 0.36
Hex F 9F AA 5B 6 0 21 B8 54 24
Octal 17 237 252 133 6 0 41 270 124 44
Binary 1111 10011111 10101010 1011011 110 0 100001 10111000 1010100 100100

Color Harmonies of #0F9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9FAA

Black with #0F9FAA

Text Example


Text Example

White with #0F9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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