Html Css Color HEX #0F8FBF Bondi Blue

📋 copy color: '#0F8FBF'

red 15 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #0F8FBF

Tints of Bondi Blue #0F8FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

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

R = 4.3%
G = 40.97%
B = 54.73%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F8FBF (or 0x0F8FBF) is known color: Bondi Blue. HEX triplet: 0F, 8F and BF. RGB value is (15,143,191). Sum of RGB (Red+Green+Blue) = 15+143+191=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F8FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8FBF is #F07040. Grayscale: #6D6D6D. Windows color (decimal): -15757377 or 12553999. OLE color: 12553999.

HSL color Cylindrical-coordinate representation of color #0F8FBF: hue angle of 196.36º 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 #0F8FBF is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 143 191 -
CMYK 0.92 0.25 0 0.25
HSL 196.36º 0.85% 0.4% -
HSV(B) 196.36º 0.92% 0.75% -
XYZ 19.42 23.51 52.8 -
YUV 110.2 173.59 60.1 -
System Red Green Blue C M Y K H S L
Decimal 15 143 191 0.92 0.25 0 0.25 196.36 0.85 0.4
Hex F 8F BF 5C 19 0 19 C4 55 28
Octal 17 217 277 134 31 0 31 304 125 50
Binary 1111 10001111 10111111 1011100 11001 0 11001 11000100 1010101 101000

Color Harmonies of #0F8FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8FBF

Black with #0F8FBF

Text Example


Text Example

White with #0F8FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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