Html Css Color HEX #0E94AC Bondi Blue

📋 copy color: '#0E94AC'

red 14 ◦ green 148 ◦ blue 172

#0E94AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0E94AC

Tints of Bondi Blue #0E94AC

RGB

 RED value IS 14 (5.86% from 255) = 4.19%

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 4.19%
G = 44.31%
B = 51.5%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E94AC (or 0x0E94AC) is known color: Bondi Blue. HEX triplet: 0E, 94 and AC. RGB value is (14,148,172). Sum of RGB (Red+Green+Blue) = 14+148+172=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E94AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E94AC is #F16B53. Grayscale: #6E6E6E. Windows color (decimal): -15821652 or 11310094. OLE color: 11310094.

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

Color convert

RGB 14 148 172 -
CMYK 0.92 0.14 0 0.33
HSL 189.11º 0.85% 0.36% -
HSV(B) 189.11º 0.92% 0.67% -
XYZ 18.22 24.25 42.75 -
YUV 110.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 14 148 172 0.92 0.14 0 0.33 189.11 0.85 0.36
Hex E 94 AC 5C E 0 21 BD 55 24
Octal 16 224 254 134 16 0 41 275 125 44
Binary 1110 10010100 10101100 1011100 1110 0 100001 10111101 1010101 100100

Color Harmonies of #0E94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E94AC

Black with #0E94AC

Text Example


Text Example

White with #0E94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E94AC;
 }
 .AnyTagClassName
 {
   color: #0E94AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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