#0E92AC

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

Shades of Bondi Blue #0E92AC

Tints of Bondi Blue #0E92AC

Color information

#0E92AC (or 0x0E92AC) is unknown color: approx Bondi Blue. HEX triplet: 0E, 92 and AC. RGB value is (14,146,172). Sum of RGB (Red+Green+Blue) = 14+146+172=332 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.22% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E92AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E92AC is #F16D53. Grayscale: #6D6D6D. Windows color (decimal): -15822164 or 11309582. OLE color: 11309582.

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

Color convert

RGB14146172-
CMYK0.920.1500.33
HSL189.87º84.95%36.47%-
HSV(B)189.87º91.86%67.45%-
XYZ17.9123.6342.65-
YUV109.5163.2759.89-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.22%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=4.22%
G=43.98%
B=51.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141461720.920.1500.33189.8784.9536.47
HexE92AC5CF021be5524
Octal162222541341704127612544
Binary11101001001010101100101110011110100001101111101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,172); }

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

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

 a { background-color: rgb(14,146,172); }

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

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

 span { border-color: rgb(14,146,172); }

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