Html Css Color HEX #0E9FAC Bondi Blue

📋 copy color: '#0E9FAC'

red 14 ◦ green 159 ◦ blue 172

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

Shades of Bondi Blue #0E9FAC

Tints of Bondi Blue #0E9FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 4.06%
G = 46.09%
B = 49.86%

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

#0E9FAC (or 0x0E9FAC) is known color: Bondi Blue. HEX triplet: 0E, 9F and AC. RGB value is (14,159,172). Sum of RGB (Red+Green+Blue) = 14+159+172=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E9FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FAC is #F16053. Grayscale: #747474. Windows color (decimal): -15818836 or 11312910. OLE color: 11312910.

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

Color convert

RGB 14 159 172 -
CMYK 0.92 0.08 0 0.33
HSL 184.94º 0.85% 0.36% -
HSV(B) 184.94º 0.92% 0.67% -
XYZ 20.03 27.87 43.35 -
YUV 117.13 158.96 54.44 -
System Red Green Blue C M Y K H S L
Decimal 14 159 172 0.92 0.08 0 0.33 184.94 0.85 0.36
Hex E 9F AC 5C 8 0 21 B9 55 24
Octal 16 237 254 134 10 0 41 271 125 44
Binary 1110 10011111 10101100 1011100 1000 0 100001 10111001 1010101 100100

Color Harmonies of #0E9FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FAC

Black with #0E9FAC

Text Example


Text Example

White with #0E9FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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