Html Css Color HEX #0EA6B6 Bondi Blue

📋 copy color: '#0EA6B6'

red 14 ◦ green 166 ◦ blue 182

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

Shades of Bondi Blue #0EA6B6

Tints of Bondi Blue #0EA6B6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 182 (71.48% from 255) = 50.28%

R = 3.87%
G = 45.86%
B = 50.28%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0EA6B6 (or 0x0EA6B6) is known color: Bondi Blue. HEX triplet: 0E, A6 and B6. RGB value is (14,166,182). Sum of RGB (Red+Green+Blue) = 14+166+182=362 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.87% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #0EA6B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0EA6B6 is #F15949. Grayscale: #7A7A7A. Windows color (decimal): -15817034 or 11970062. OLE color: 11970062.

HSL color Cylindrical-coordinate representation of color #0EA6B6: hue angle of 185.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA6B6 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 166 182 -
CMYK 0.92 0.09 0 0.29
HSL 185.71º 0.86% 0.38% -
HSV(B) 185.71º 0.92% 0.71% -
XYZ 22.26 30.74 49.02 -
YUV 122.38 161.64 50.7 -
System Red Green Blue C M Y K H S L
Decimal 14 166 182 0.92 0.09 0 0.29 185.71 0.86 0.38
Hex E A6 B6 5C 9 0 1D BA 56 26
Octal 16 246 266 134 11 0 35 272 126 46
Binary 1110 10100110 10110110 1011100 1001 0 11101 10111010 1010110 100110

Color Harmonies of #0EA6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA6B6

Black with #0EA6B6

Text Example


Text Example

White with #0EA6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,182); }

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

background-color css

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

 a { background-color: rgb(14,166,182); }

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

border-color css

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

 span { border-color: rgb(14,166,182); }

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