Html Css Color HEX #0E9ABB Bondi Blue

📋 copy color: '#0E9ABB'

red 14 ◦ green 154 ◦ blue 187

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

Shades of Bondi Blue #0E9ABB

Tints of Bondi Blue #0E9ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.38%

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 3.94%
G = 43.38%
B = 52.68%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E9ABB (or 0x0E9ABB) is known color: Bondi Blue. HEX triplet: 0E, 9A and BB. RGB value is (14,154,187). Sum of RGB (Red+Green+Blue) = 14+154+187=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E9ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9ABB is #F16544. Grayscale: #737373. Windows color (decimal): -15820101 or 12294670. OLE color: 12294670.

HSL color Cylindrical-coordinate representation of color #0E9ABB: hue angle of 191.45º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E9ABB is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 154 187 -
CMYK 0.93 0.18 0 0.27
HSL 191.45º 0.86% 0.39% -
HSV(B) 191.45º 0.93% 0.73% -
XYZ 20.71 26.79 51.09 -
YUV 115.9 168.12 55.32 -
System Red Green Blue C M Y K H S L
Decimal 14 154 187 0.93 0.18 0 0.27 191.45 0.86 0.39
Hex E 9A BB 5D 12 0 1B BF 56 27
Octal 16 232 273 135 22 0 33 277 126 47
Binary 1110 10011010 10111011 1011101 10010 0 11011 10111111 1010110 100111

Color Harmonies of #0E9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9ABB

Black with #0E9ABB

Text Example


Text Example

White with #0E9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,154,187); }

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

background-color css

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

 a { background-color: rgb(14,154,187); }

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

border-color css

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

 span { border-color: rgb(14,154,187); }

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