Html Css Color HEX #0F89BF Bondi Blue

📋 copy color: '#0F89BF'

red 15 ◦ green 137 ◦ blue 191

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

Shades of Bondi Blue #0F89BF

Tints of Bondi Blue #0F89BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.94%

 BLUE value IS 191 (75% from 255) = 55.69%

R = 4.37%
G = 39.94%
B = 55.69%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F89BF (or 0x0F89BF) is known color: Bondi Blue. HEX triplet: 0F, 89 and BF. RGB value is (15,137,191). Sum of RGB (Red+Green+Blue) = 15+137+191=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F89BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F89BF is #F07640. Grayscale: #6A6A6A. Windows color (decimal): -15758913 or 12552463. OLE color: 12552463.

HSL color Cylindrical-coordinate representation of color #0F89BF: hue angle of 198.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F89BF is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 137 191 -
CMYK 0.92 0.28 0 0.25
HSL 198.41º 0.85% 0.4% -
HSV(B) 198.41º 0.92% 0.75% -
XYZ 18.55 21.75 52.51 -
YUV 106.68 175.58 62.61 -
System Red Green Blue C M Y K H S L
Decimal 15 137 191 0.92 0.28 0 0.25 198.41 0.85 0.4
Hex F 89 BF 5C 1C 0 19 C6 55 28
Octal 17 211 277 134 34 0 31 306 125 50
Binary 1111 10001001 10111111 1011100 11100 0 11001 11000110 1010101 101000

Color Harmonies of #0F89BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F89BF

Black with #0F89BF

Text Example


Text Example

White with #0F89BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,137,191); }

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

background-color css

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

 a { background-color: rgb(15,137,191); }

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

border-color css

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

 span { border-color: rgb(15,137,191); }

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