Html Css Color HEX #0EA1AA Bondi Blue

📋 copy color: '#0EA1AA'

red 14 ◦ green 161 ◦ blue 170

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

Shades of Bondi Blue #0EA1AA

Tints of Bondi Blue #0EA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 4.06%
G = 46.67%
B = 49.28%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0EA1AA (or 0x0EA1AA) is known color: Bondi Blue. HEX triplet: 0E, A1 and AA. RGB value is (14,161,170). Sum of RGB (Red+Green+Blue) = 14+161+170=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #0EA1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA1AA is #F15E55. Grayscale: #757575. Windows color (decimal): -15818326 or 11182350. OLE color: 11182350.

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

Color convert

RGB 14 161 170 -
CMYK 0.92 0.05 0 0.33
HSL 183.46º 0.85% 0.36% -
HSV(B) 183.46º 0.92% 0.67% -
XYZ 20.18 28.49 42.46 -
YUV 118.07 157.3 53.77 -
System Red Green Blue C M Y K H S L
Decimal 14 161 170 0.92 0.05 0 0.33 183.46 0.85 0.36
Hex E A1 AA 5C 5 0 21 B7 55 24
Octal 16 241 252 134 5 0 41 267 125 44
Binary 1110 10100001 10101010 1011100 101 0 100001 10110111 1010101 100100

Color Harmonies of #0EA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA1AA

Black with #0EA1AA

Text Example


Text Example

White with #0EA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,161,170); }

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

background-color css

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

 a { background-color: rgb(14,161,170); }

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

border-color css

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

 span { border-color: rgb(14,161,170); }

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