Html Css Color HEX #0E9FAA Bondi Blue

📋 copy color: '#0E9FAA'

red 14 ◦ green 159 ◦ blue 170

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

Shades of Bondi Blue #0E9FAA

Tints of Bondi Blue #0E9FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

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

R = 4.08%
G = 46.36%
B = 49.56%

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

#0E9FAA (or 0x0E9FAA) is known color: Bondi Blue. HEX triplet: 0E, 9F and AA. RGB value is (14,159,170). Sum of RGB (Red+Green+Blue) = 14+159+170=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E9FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FAA is #F16055. Grayscale: #747474. Windows color (decimal): -15818838 or 11181838. OLE color: 11181838.

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

Color convert

RGB 14 159 170 -
CMYK 0.92 0.06 0 0.33
HSL 184.23º 0.85% 0.36% -
HSV(B) 184.23º 0.92% 0.67% -
XYZ 19.83 27.79 42.35 -
YUV 116.9 157.96 54.61 -
System Red Green Blue C M Y K H S L
Decimal 14 159 170 0.92 0.06 0 0.33 184.23 0.85 0.36
Hex E 9F AA 5C 6 0 21 B8 55 24
Octal 16 237 252 134 6 0 41 270 125 44
Binary 1110 10011111 10101010 1011100 110 0 100001 10111000 1010101 100100

Color Harmonies of #0E9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FAA

Black with #0E9FAA

Text Example


Text Example

White with #0E9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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