Html Css Color HEX #0E9DB4 Bondi Blue

📋 copy color: '#0E9DB4'

red 14 ◦ green 157 ◦ blue 180

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

Shades of Bondi Blue #0E9DB4

Tints of Bondi Blue #0E9DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.73%

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

R = 3.99%
G = 44.73%
B = 51.28%

CMYK

 C value IS 0.92

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0E9DB4 (or 0x0E9DB4) is known color: Bondi Blue. HEX triplet: 0E, 9D and B4. RGB value is (14,157,180). Sum of RGB (Red+Green+Blue) = 14+157+180=351 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.99% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E9DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E9DB4 is #F1624B. Grayscale: #747474. Windows color (decimal): -15819340 or 11836686. OLE color: 11836686.

HSL color Cylindrical-coordinate representation of color #0E9DB4: hue angle of 188.31º 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 #0E9DB4 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 157 180 -
CMYK 0.92 0.13 0 0.29
HSL 188.31º 0.86% 0.38% -
HSV(B) 188.31º 0.92% 0.71% -
XYZ 20.48 27.5 47.41 -
YUV 116.87 163.62 54.63 -
System Red Green Blue C M Y K H S L
Decimal 14 157 180 0.92 0.13 0 0.29 188.31 0.86 0.38
Hex E 9D B4 5C D 0 1D BC 56 26
Octal 16 235 264 134 15 0 35 274 126 46
Binary 1110 10011101 10110100 1011100 1101 0 11101 10111100 1010110 100110

Color Harmonies of #0E9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9DB4

Black with #0E9DB4

Text Example


Text Example

White with #0E9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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