#0094BF

Color #0094BF Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0094BF

Tints of Bondi Blue #0094BF

Color information

#0094BF (or 0x0094BF) is unknown color: approx Bondi Blue. HEX triplet: 00, 94 and BF. RGB value is (0,148,191). Sum of RGB (Red+Green+Blue) = 0+148+191=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0094BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094BF is #FF6B40. Grayscale: #6C6C6C. Windows color (decimal): -16739137 or 12555264. OLE color: 12555264.

HSL color Cylindrical-coordinate representation of color #0094BF: hue angle of 193.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0094BF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0148191-
CMYK10.2300.25
HSL193.51º100%37.45%-
HSV(B)193.51º100%74.9%-
XYZ19.9924.9453.05-
YUV108.65174.4750.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 191 (75% from 255) = 56.34%
R=0%
G=43.66%
B=56.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014819110.2300.25193.5110037.45
Hex094BF6417019c26425
Octal02242771442703130214445
Binary01001010010111111110010010111011001110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0094BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0094BF; }

 p { color: rgb(0,148,191); }

 H1.HeaderClassName
 {
   color: #0094BF;
 }
 .AnyTagClassName
 {
   color: #0094BF;
 }
</style>
background-color css

<style>
 a { background-color: #0094BF; }

 a { background-color: rgb(0,148,191); }

 div.DivClassName
 {
   background-color: #0094BF;
 }
 .BgClassName
 {
   background-color: #0094BF;
 }
</style>
border-color css

<style>
 span { border-color: #0094BF; }

 span { border-color: rgb(0,148,191); }

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