Html Css Color HEX #0E91BE Bondi Blue

📋 copy color: '#0E91BE'

red 14 ◦ green 145 ◦ blue 190

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

Shades of Bondi Blue #0E91BE

Tints of Bondi Blue #0E91BE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 190 (74.61% from 255) = 54.44%

R = 4.01%
G = 41.55%
B = 54.44%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0E91BE (or 0x0E91BE) is known color: Bondi Blue. HEX triplet: 0E, 91 and BE. RGB value is (14,145,190). Sum of RGB (Red+Green+Blue) = 14+145+190=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E91BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E91BE is #F16E41. Grayscale: #6E6E6E. Windows color (decimal): -15822402 or 12488974. OLE color: 12488974.

HSL color Cylindrical-coordinate representation of color #0E91BE: hue angle of 195.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E91BE is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 145 190 -
CMYK 0.93 0.24 0 0.25
HSL 195.34º 0.86% 0.4% -
HSV(B) 195.34º 0.93% 0.75% -
XYZ 19.6 24.06 52.33 -
YUV 110.96 172.6 58.84 -
System Red Green Blue C M Y K H S L
Decimal 14 145 190 0.93 0.24 0 0.25 195.34 0.86 0.4
Hex E 91 BE 5D 18 0 19 C3 56 28
Octal 16 221 276 135 30 0 31 303 126 50
Binary 1110 10010001 10111110 1011101 11000 0 11001 11000011 1010110 101000

Color Harmonies of #0E91BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E91BE

Black with #0E91BE

Text Example


Text Example

White with #0E91BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,145,190); }

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

background-color css

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

 a { background-color: rgb(14,145,190); }

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

border-color css

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

 span { border-color: rgb(14,145,190); }

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