Html Css Color HEX #0F8DBB Bondi Blue

📋 copy color: '#0F8DBB'

red 15 ◦ green 141 ◦ blue 187

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

Shades of Bondi Blue #0F8DBB

Tints of Bondi Blue #0F8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

 BLUE value IS 187 (73.44% from 255) = 54.52%

R = 4.37%
G = 41.11%
B = 54.52%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F8DBB (or 0x0F8DBB) is known color: Bondi Blue. HEX triplet: 0F, 8D and BB. RGB value is (15,141,187). Sum of RGB (Red+Green+Blue) = 15+141+187=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F8DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F8DBB is #F07244. Grayscale: #6C6C6C. Windows color (decimal): -15757893 or 12291343. OLE color: 12291343.

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

Color convert

RGB 15 141 187 -
CMYK 0.92 0.25 0 0.27
HSL 196.05º 0.85% 0.4% -
HSV(B) 196.05º 0.92% 0.73% -
XYZ 18.69 22.74 50.42 -
YUV 108.57 172.26 61.26 -
System Red Green Blue C M Y K H S L
Decimal 15 141 187 0.92 0.25 0 0.27 196.05 0.85 0.4
Hex F 8D BB 5C 19 0 1B C4 55 28
Octal 17 215 273 134 31 0 33 304 125 50
Binary 1111 10001101 10111011 1011100 11001 0 11011 11000100 1010101 101000

Color Harmonies of #0F8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8DBB

Black with #0F8DBB

Text Example


Text Example

White with #0F8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,141,187); }

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

background-color css

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

 a { background-color: rgb(15,141,187); }

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

border-color css

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

 span { border-color: rgb(15,141,187); }

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