Html Css Color HEX #0F8EBF Bondi Blue

📋 copy color: '#0F8EBF'

red 15 ◦ green 142 ◦ blue 191

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

Shades of Bondi Blue #0F8EBF

Tints of Bondi Blue #0F8EBF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.8%

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

R = 4.31%
G = 40.8%
B = 54.89%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F8EBF (or 0x0F8EBF) is known color: Bondi Blue. HEX triplet: 0F, 8E and BF. RGB value is (15,142,191). Sum of RGB (Red+Green+Blue) = 15+142+191=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F8EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8EBF is #F07140. Grayscale: #6D6D6D. Windows color (decimal): -15757633 or 12553743. OLE color: 12553743.

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

Color convert

RGB 15 142 191 -
CMYK 0.92 0.26 0 0.25
HSL 196.7º 0.85% 0.4% -
HSV(B) 196.7º 0.92% 0.75% -
XYZ 19.27 23.21 52.75 -
YUV 109.61 173.92 60.52 -
System Red Green Blue C M Y K H S L
Decimal 15 142 191 0.92 0.26 0 0.25 196.7 0.85 0.4
Hex F 8E BF 5C 1A 0 19 C5 55 28
Octal 17 216 277 134 32 0 31 305 125 50
Binary 1111 10001110 10111111 1011100 11010 0 11001 11000101 1010101 101000

Color Harmonies of #0F8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8EBF

Black with #0F8EBF

Text Example


Text Example

White with #0F8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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