Html Css Color HEX #0EA0AB Bondi Blue

📋 copy color: '#0EA0AB'

red 14 ◦ green 160 ◦ blue 171

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

Shades of Bondi Blue #0EA0AB

Tints of Bondi Blue #0EA0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.38%

 BLUE value IS 171 (67.19% from 255) = 49.57%

R = 4.06%
G = 46.38%
B = 49.57%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0EA0AB (or 0x0EA0AB) is known color: Bondi Blue. HEX triplet: 0E, A0 and AB. RGB value is (14,160,171). Sum of RGB (Red+Green+Blue) = 14+160+171=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #0EA0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA0AB is #F15F54. Grayscale: #757575. Windows color (decimal): -15818581 or 11247630. OLE color: 11247630.

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

Color convert

RGB 14 160 171 -
CMYK 0.92 0.06 0 0.33
HSL 184.2º 0.85% 0.36% -
HSV(B) 184.2º 0.92% 0.67% -
XYZ 20.1 28.18 42.91 -
YUV 117.6 158.13 54.11 -
System Red Green Blue C M Y K H S L
Decimal 14 160 171 0.92 0.06 0 0.33 184.2 0.85 0.36
Hex E A0 AB 5C 6 0 21 B8 55 24
Octal 16 240 253 134 6 0 41 270 125 44
Binary 1110 10100000 10101011 1011100 110 0 100001 10111000 1010101 100100

Color Harmonies of #0EA0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA0AB

Black with #0EA0AB

Text Example


Text Example

White with #0EA0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,160,171); }

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

background-color css

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

 a { background-color: rgb(14,160,171); }

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

border-color css

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

 span { border-color: rgb(14,160,171); }

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