Html Css Color HEX #0E9FB1 Bondi Blue

📋 copy color: '#0E9FB1'

red 14 ◦ green 159 ◦ blue 177

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

Shades of Bondi Blue #0E9FB1

Tints of Bondi Blue #0E9FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.57%

R = 4%
G = 45.43%
B = 50.57%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0E9FB1 (or 0x0E9FB1) is known color: Bondi Blue. HEX triplet: 0E, 9F and B1. RGB value is (14,159,177). Sum of RGB (Red+Green+Blue) = 14+159+177=350 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #0E9FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9FB1 is #F1604E. Grayscale: #757575. Windows color (decimal): -15818831 or 11640590. OLE color: 11640590.

HSL color Cylindrical-coordinate representation of color #0E9FB1: hue angle of 186.63º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9FB1 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 14 159 177 -
CMYK 0.92 0.10 0 0.31
HSL 186.63º 0.85% 0.37% -
HSV(B) 186.63º 0.92% 0.69% -
XYZ 20.52 28.06 45.93 -
YUV 117.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 14 159 177 0.92 0.10 0 0.31 186.63 0.85 0.37
Hex E 9F B1 5C A 0 1F BB 55 25
Octal 16 237 261 134 12 0 37 273 125 45
Binary 1110 10011111 10110001 1011100 1010 0 11111 10111011 1010101 100101

Color Harmonies of #0E9FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FB1

Black with #0E9FB1

Text Example


Text Example

White with #0E9FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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