Html Css Color HEX #0E9FB4 Bondi Blue

📋 copy color: '#0E9FB4'

red 14 ◦ green 159 ◦ blue 180

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

Shades of Bondi Blue #0E9FB4

Tints of Bondi Blue #0E9FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.99%

R = 3.97%
G = 45.04%
B = 50.99%

CMYK

 C value IS 0.92

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0E9FB4 (or 0x0E9FB4) is known color: Bondi Blue. HEX triplet: 0E, 9F and B4. RGB value is (14,159,180). Sum of RGB (Red+Green+Blue) = 14+159+180=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E9FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9FB4 is #F1604B. Grayscale: #757575. Windows color (decimal): -15818828 or 11837198. OLE color: 11837198.

HSL color Cylindrical-coordinate representation of color #0E9FB4: hue angle of 187.59º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E9FB4 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 159 180 -
CMYK 0.92 0.12 0 0.29
HSL 187.59º 0.86% 0.38% -
HSV(B) 187.59º 0.92% 0.71% -
XYZ 20.82 28.18 47.52 -
YUV 118.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 14 159 180 0.92 0.12 0 0.29 187.59 0.86 0.38
Hex E 9F B4 5C C 0 1D BC 56 26
Octal 16 237 264 134 14 0 35 274 126 46
Binary 1110 10011111 10110100 1011100 1100 0 11101 10111100 1010110 100110

Color Harmonies of #0E9FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9FB4

Black with #0E9FB4

Text Example


Text Example

White with #0E9FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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