Html Css Color HEX #0F9DBA Bondi Blue

📋 copy color: '#0F9DBA'

red 15 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #0F9DBA

Tints of Bondi Blue #0F9DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.85%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 4.19%
G = 43.85%
B = 51.96%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F9DBA (or 0x0F9DBA) is known color: Bondi Blue. HEX triplet: 0F, 9D and BA. RGB value is (15,157,186). Sum of RGB (Red+Green+Blue) = 15+157+186=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #0F9DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9DBA is #F06245. Grayscale: #757575. Windows color (decimal): -15753798 or 12229903. OLE color: 12229903.

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

Color convert

RGB 15 157 186 -
CMYK 0.92 0.16 0 0.27
HSL 190.18º 0.85% 0.39% -
HSV(B) 190.18º 0.92% 0.73% -
XYZ 21.12 27.76 50.7 -
YUV 117.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 15 157 186 0.92 0.16 0 0.27 190.18 0.85 0.39
Hex F 9D BA 5C 10 0 1B BE 55 27
Octal 17 235 272 134 20 0 33 276 125 47
Binary 1111 10011101 10111010 1011100 10000 0 11011 10111110 1010101 100111

Color Harmonies of #0F9DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9DBA

Black with #0F9DBA

Text Example


Text Example

White with #0F9DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,157,186); }

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

background-color css

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

 a { background-color: rgb(15,157,186); }

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

border-color css

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

 span { border-color: rgb(15,157,186); }

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