#0093BF

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

Shades of Bondi Blue #0093BF

Tints of Bondi Blue #0093BF

Color information

#0093BF (or 0x0093BF) is unknown color: approx Bondi Blue. HEX triplet: 00, 93 and BF. RGB value is (0,147,191). Sum of RGB (Red+Green+Blue) = 0+147+191=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #0093BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093BF is #FF6C40. Grayscale: #6B6B6B. Windows color (decimal): -16739393 or 12555008. OLE color: 12555008.

HSL color Cylindrical-coordinate representation of color #0093BF: hue angle of 193.82º 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 #0093BF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0147191-
CMYK10.2300.25
HSL193.82º100%37.45%-
HSV(B)193.82º100%74.9%-
XYZ19.8424.6353-
YUV108.06174.850.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 191 (75% from 255) = 56.51%
R=0%
G=43.49%
B=56.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014719110.2300.25193.8210037.45
Hex093BF6417019c26425
Octal02232771442703130214445
Binary01001001110111111110010010111011001110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0093BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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