Html Css Color HEX #0E93BD Bondi Blue

📋 copy color: '#0E93BD'

red 14 ◦ green 147 ◦ blue 189

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

Shades of Bondi Blue #0E93BD

Tints of Bondi Blue #0E93BD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 4%
G = 42%
B = 54%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0E93BD (or 0x0E93BD) is known color: Bondi Blue. HEX triplet: 0E, 93 and BD. RGB value is (14,147,189). Sum of RGB (Red+Green+Blue) = 14+147+189=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #0E93BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E93BD is #F16C42. Grayscale: #6F6F6F. Windows color (decimal): -15821891 or 12423950. OLE color: 12423950.

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

Color convert

RGB 14 147 189 -
CMYK 0.93 0.22 0 0.26
HSL 194.4º 0.86% 0.4% -
HSV(B) 194.4º 0.93% 0.74% -
XYZ 19.8 24.63 51.86 -
YUV 112.02 171.44 58.08 -
System Red Green Blue C M Y K H S L
Decimal 14 147 189 0.93 0.22 0 0.26 194.4 0.86 0.4
Hex E 93 BD 5D 16 0 1A C2 56 28
Octal 16 223 275 135 26 0 32 302 126 50
Binary 1110 10010011 10111101 1011101 10110 0 11010 11000010 1010110 101000

Color Harmonies of #0E93BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E93BD

Black with #0E93BD

Text Example


Text Example

White with #0E93BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,147,189); }

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

background-color css

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

 a { background-color: rgb(14,147,189); }

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

border-color css

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

 span { border-color: rgb(14,147,189); }

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