Html Css Color HEX #0F9AAE Bondi Blue

📋 copy color: '#0F9AAE'

red 15 ◦ green 154 ◦ blue 174

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

Shades of Bondi Blue #0F9AAE

Tints of Bondi Blue #0F9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 4.37%
G = 44.9%
B = 50.73%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F9AAE (or 0x0F9AAE) is known color: Bondi Blue. HEX triplet: 0F, 9A and AE. RGB value is (15,154,174). Sum of RGB (Red+Green+Blue) = 15+154+174=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F9AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9AAE is #F06551. Grayscale: #727272. Windows color (decimal): -15754578 or 11442703. OLE color: 11442703.

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

Color convert

RGB 15 154 174 -
CMYK 0.91 0.11 0 0.32
HSL 187.55º 0.84% 0.37% -
HSV(B) 187.55º 0.91% 0.68% -
XYZ 19.39 26.27 44.09 -
YUV 114.72 161.45 56.87 -
System Red Green Blue C M Y K H S L
Decimal 15 154 174 0.91 0.11 0 0.32 187.55 0.84 0.37
Hex F 9A AE 5B B 0 20 BC 54 25
Octal 17 232 256 133 13 0 40 274 124 45
Binary 1111 10011010 10101110 1011011 1011 0 100000 10111100 1010100 100101

Color Harmonies of #0F9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9AAE

Black with #0F9AAE

Text Example


Text Example

White with #0F9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,154,174); }

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

background-color css

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

 a { background-color: rgb(15,154,174); }

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

border-color css

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

 span { border-color: rgb(15,154,174); }

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