Html Css Color HEX #0E9CAA Bondi Blue

📋 copy color: '#0E9CAA'

red 14 ◦ green 156 ◦ blue 170

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

Shades of Bondi Blue #0E9CAA

Tints of Bondi Blue #0E9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

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

R = 4.12%
G = 45.88%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E9CAA (or 0x0E9CAA) is known color: Bondi Blue. HEX triplet: 0E, 9C and AA. RGB value is (14,156,170). Sum of RGB (Red+Green+Blue) = 14+156+170=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E9CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9CAA is #F16355. Grayscale: #727272. Windows color (decimal): -15819606 or 11181070. OLE color: 11181070.

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

Color convert

RGB 14 156 170 -
CMYK 0.92 0.08 0 0.33
HSL 185.38º 0.85% 0.36% -
HSV(B) 185.38º 0.92% 0.67% -
XYZ 19.33 26.77 42.18 -
YUV 115.14 158.96 55.86 -
System Red Green Blue C M Y K H S L
Decimal 14 156 170 0.92 0.08 0 0.33 185.38 0.85 0.36
Hex E 9C AA 5C 8 0 21 B9 55 24
Octal 16 234 252 134 10 0 41 271 125 44
Binary 1110 10011100 10101010 1011100 1000 0 100001 10111001 1010101 100100

Color Harmonies of #0E9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9CAA

Black with #0E9CAA

Text Example


Text Example

White with #0E9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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