Html Css Color HEX #0F94BC Bondi Blue

📋 copy color: '#0F94BC'

red 15 ◦ green 148 ◦ blue 188

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

Shades of Bondi Blue #0F94BC

Tints of Bondi Blue #0F94BC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 4.27%
G = 42.17%
B = 53.56%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0F94BC (or 0x0F94BC) is known color: Bondi Blue. HEX triplet: 0F, 94 and BC. RGB value is (15,148,188). Sum of RGB (Red+Green+Blue) = 15+148+188=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F94BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F94BC is #F06B43. Grayscale: #707070. Windows color (decimal): -15756100 or 12358671. OLE color: 12358671.

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

Color convert

RGB 15 148 188 -
CMYK 0.92 0.21 0 0.26
HSL 193.87º 0.85% 0.4% -
HSV(B) 193.87º 0.92% 0.74% -
XYZ 19.86 24.91 51.34 -
YUV 112.79 170.44 58.25 -
System Red Green Blue C M Y K H S L
Decimal 15 148 188 0.92 0.21 0 0.26 193.87 0.85 0.4
Hex F 94 BC 5C 15 0 1A C2 55 28
Octal 17 224 274 134 25 0 32 302 125 50
Binary 1111 10010100 10111100 1011100 10101 0 11010 11000010 1010101 101000

Color Harmonies of #0F94BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F94BC

Black with #0F94BC

Text Example


Text Example

White with #0F94BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,148,188); }

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

background-color css

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

 a { background-color: rgb(15,148,188); }

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

border-color css

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

 span { border-color: rgb(15,148,188); }

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