Html Css Color HEX #0EA0B2 Bondi Blue

📋 copy color: '#0EA0B2'

red 14 ◦ green 160 ◦ blue 178

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

Shades of Bondi Blue #0EA0B2

Tints of Bondi Blue #0EA0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.57%

R = 3.98%
G = 45.45%
B = 50.57%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0EA0B2 (or 0x0EA0B2) is known color: Bondi Blue. HEX triplet: 0E, A0 and B2. RGB value is (14,160,178). Sum of RGB (Red+Green+Blue) = 14+160+178=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #0EA0B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA0B2 is #F15F4D. Grayscale: #767676. Windows color (decimal): -15818574 or 11706382. OLE color: 11706382.

HSL color Cylindrical-coordinate representation of color #0EA0B2: hue angle of 186.59º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA0B2 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 160 178 -
CMYK 0.92 0.10 0 0.30
HSL 186.59º 0.85% 0.38% -
HSV(B) 186.59º 0.92% 0.7% -
XYZ 20.79 28.45 46.52 -
YUV 118.4 161.63 53.54 -
System Red Green Blue C M Y K H S L
Decimal 14 160 178 0.92 0.10 0 0.30 186.59 0.85 0.38
Hex E A0 B2 5C A 0 1E BB 55 26
Octal 16 240 262 134 12 0 36 273 125 46
Binary 1110 10100000 10110010 1011100 1010 0 11110 10111011 1010101 100110

Color Harmonies of #0EA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA0B2

Black with #0EA0B2

Text Example


Text Example

White with #0EA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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