Html Css Color HEX #0E9BBB Bondi Blue

📋 copy color: '#0E9BBB'

red 14 ◦ green 155 ◦ blue 187

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

Shades of Bondi Blue #0E9BBB

Tints of Bondi Blue #0E9BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

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

R = 3.93%
G = 43.54%
B = 52.53%

CMYK

 C value IS 0.93

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0E9BBB (or 0x0E9BBB) is known color: Bondi Blue. HEX triplet: 0E, 9B and BB. RGB value is (14,155,187). Sum of RGB (Red+Green+Blue) = 14+155+187=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E9BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9BBB is #F16444. Grayscale: #747474. Windows color (decimal): -15819845 or 12294926. OLE color: 12294926.

HSL color Cylindrical-coordinate representation of color #0E9BBB: hue angle of 191.1º 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 #0E9BBB is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 14 155 187 -
CMYK 0.93 0.17 0 0.27
HSL 191.1º 0.86% 0.39% -
HSV(B) 191.1º 0.93% 0.73% -
XYZ 20.87 27.12 51.15 -
YUV 116.49 167.79 54.9 -
System Red Green Blue C M Y K H S L
Decimal 14 155 187 0.93 0.17 0 0.27 191.1 0.86 0.39
Hex E 9B BB 5D 11 0 1B BF 56 27
Octal 16 233 273 135 21 0 33 277 126 47
Binary 1110 10011011 10111011 1011101 10001 0 11011 10111111 1010110 100111

Color Harmonies of #0E9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9BBB

Black with #0E9BBB

Text Example


Text Example

White with #0E9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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