Html Css Color HEX #0E9FAB Bondi Blue

📋 copy color: '#0E9FAB'

red 14 ◦ green 159 ◦ blue 171

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

Shades of Bondi Blue #0E9FAB

Tints of Bondi Blue #0E9FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 4.07%
G = 46.22%
B = 49.71%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E9FAB (or 0x0E9FAB) is known color: Bondi Blue. HEX triplet: 0E, 9F and AB. RGB value is (14,159,171). Sum of RGB (Red+Green+Blue) = 14+159+171=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FAB is #F16054. Grayscale: #747474. Windows color (decimal): -15818837 or 11247374. OLE color: 11247374.

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

Color convert

RGB 14 159 171 -
CMYK 0.92 0.07 0 0.33
HSL 184.59º 0.85% 0.36% -
HSV(B) 184.59º 0.92% 0.67% -
XYZ 19.93 27.83 42.85 -
YUV 117.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 14 159 171 0.92 0.07 0 0.33 184.59 0.85 0.36
Hex E 9F AB 5C 7 0 21 B9 55 24
Octal 16 237 253 134 7 0 41 271 125 44
Binary 1110 10011111 10101011 1011100 111 0 100001 10111001 1010101 100100

Color Harmonies of #0E9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FAB

Black with #0E9FAB

Text Example


Text Example

White with #0E9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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