Html Css Color HEX #0F94AD Bondi Blue

📋 copy color: '#0F94AD'

red 15 ◦ green 148 ◦ blue 173

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

Shades of Bondi Blue #0F94AD

Tints of Bondi Blue #0F94AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 4.46%
G = 44.05%
B = 51.49%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F94AD (or 0x0F94AD) is known color: Bondi Blue. HEX triplet: 0F, 94 and AD. RGB value is (15,148,173). Sum of RGB (Red+Green+Blue) = 15+148+173=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F94AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F94AD is #F06B52. Grayscale: #6E6E6E. Windows color (decimal): -15756115 or 11375631. OLE color: 11375631.

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

Color convert

RGB 15 148 173 -
CMYK 0.91 0.14 0 0.32
HSL 189.49º 0.84% 0.37% -
HSV(B) 189.49º 0.91% 0.68% -
XYZ 18.33 24.3 43.26 -
YUV 111.08 162.94 59.47 -
System Red Green Blue C M Y K H S L
Decimal 15 148 173 0.91 0.14 0 0.32 189.49 0.84 0.37
Hex F 94 AD 5B E 0 20 BD 54 25
Octal 17 224 255 133 16 0 40 275 124 45
Binary 1111 10010100 10101101 1011011 1110 0 100000 10111101 1010100 100101

Color Harmonies of #0F94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F94AD

Black with #0F94AD

Text Example


Text Example

White with #0F94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,173); }

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

background-color css

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

 a { background-color: rgb(15,148,173); }

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

border-color css

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

 span { border-color: rgb(15,148,173); }

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