Html Css Color HEX #0F9EB3 Bondi Blue

📋 copy color: '#0F9EB3'

red 15 ◦ green 158 ◦ blue 179

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

Shades of Bondi Blue #0F9EB3

Tints of Bondi Blue #0F9EB3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

 BLUE value IS 179 (70.31% from 255) = 50.85%

R = 4.26%
G = 44.89%
B = 50.85%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0F9EB3 (or 0x0F9EB3) is known color: Bondi Blue. HEX triplet: 0F, 9E and B3. RGB value is (15,158,179). Sum of RGB (Red+Green+Blue) = 15+158+179=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #0F9EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9EB3 is #F0614C. Grayscale: #757575. Windows color (decimal): -15753549 or 11771407. OLE color: 11771407.

HSL color Cylindrical-coordinate representation of color #0F9EB3: hue angle of 187.68º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9EB3 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 158 179 -
CMYK 0.92 0.12 0 0.30
HSL 187.68º 0.85% 0.38% -
HSV(B) 187.68º 0.92% 0.7% -
XYZ 20.56 27.81 46.93 -
YUV 117.64 162.62 54.79 -
System Red Green Blue C M Y K H S L
Decimal 15 158 179 0.92 0.12 0 0.30 187.68 0.85 0.38
Hex F 9E B3 5C C 0 1E BC 55 26
Octal 17 236 263 134 14 0 36 274 125 46
Binary 1111 10011110 10110011 1011100 1100 0 11110 10111100 1010101 100110

Color Harmonies of #0F9EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9EB3

Black with #0F9EB3

Text Example


Text Example

White with #0F9EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,158,179); }

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

background-color css

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

 a { background-color: rgb(15,158,179); }

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

border-color css

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

 span { border-color: rgb(15,158,179); }

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