#0E95AD

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

Shades of Bondi Blue #0E95AD

Tints of Bondi Blue #0E95AD

Color information

#0E95AD (or 0x0E95AD) is unknown color: approx Bondi Blue. HEX triplet: 0E, 95 and AD. RGB value is (14,149,173). Sum of RGB (Red+Green+Blue) = 14+149+173=336 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.17% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E95AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E95AD is #F16A52. Grayscale: #6F6F6F. Windows color (decimal): -15821395 or 11375886. OLE color: 11375886.

HSL color Cylindrical-coordinate representation of color #0E95AD: hue angle of 189.06º 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 #0E95AD is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14149173-
CMYK0.920.1400.32
HSL189.06º85.03%36.67%-
HSV(B)189.06º91.91%67.84%-
XYZ18.4724.6143.31-
YUV111.37162.7758.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.17%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=4.17%
G=44.35%
B=51.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141491730.920.1400.32189.0685.0336.67
HexE95AD5CE020bd5525
Octal162252551341604027512545
Binary11101001010110101101101110011100100000101111011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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