#0E93AD

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

Shades of Bondi Blue #0E93AD

Tints of Bondi Blue #0E93AD

Color information

#0E93AD (or 0x0E93AD) is unknown color: approx Bondi Blue. HEX triplet: 0E, 93 and AD. RGB value is (14,147,173). Sum of RGB (Red+Green+Blue) = 14+147+173=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E93AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E93AD is #F16C52. Grayscale: #6D6D6D. Windows color (decimal): -15821907 or 11375374. OLE color: 11375374.

HSL color Cylindrical-coordinate representation of color #0E93AD: hue angle of 189.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E93AD is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14147173-
CMYK0.920.1500.32
HSL189.81º85.03%36.67%-
HSV(B)189.81º91.91%67.84%-
XYZ18.1623.9843.21-
YUV110.2163.4459.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.19%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=4.19%
G=44.01%
B=51.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141471730.920.1500.32189.8185.0336.67
HexE93AD5CF020be5525
Octal162232551341704027612545
Binary11101001001110101101101110011110100000101111101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,147,173); }

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

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

 a { background-color: rgb(14,147,173); }

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

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

 span { border-color: rgb(14,147,173); }

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