Html Css Color HEX #0E8AAD Bondi Blue

📋 copy color: '#0E8AAD'

red 14 ◦ green 138 ◦ blue 173

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

Shades of Bondi Blue #0E8AAD

Tints of Bondi Blue #0E8AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

 BLUE value IS 173 (67.97% from 255) = 53.23%

R = 4.31%
G = 42.46%
B = 53.23%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E8AAD (or 0x0E8AAD) is known color: Bondi Blue. HEX triplet: 0E, 8A and AD. RGB value is (14,138,173). Sum of RGB (Red+Green+Blue) = 14+138+173=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E8AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8AAD is #F17552. Grayscale: #686868. Windows color (decimal): -15824211 or 11373070. OLE color: 11373070.

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

Color convert

RGB 14 138 173 -
CMYK 0.92 0.20 0 0.32
HSL 193.21º 0.85% 0.37% -
HSV(B) 193.21º 0.92% 0.68% -
XYZ 16.81 21.29 42.76 -
YUV 104.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 14 138 173 0.92 0.20 0 0.32 193.21 0.85 0.37
Hex E 8A AD 5C 14 0 20 C1 55 25
Octal 16 212 255 134 24 0 40 301 125 45
Binary 1110 10001010 10101101 1011100 10100 0 100000 11000001 1010101 100101

Color Harmonies of #0E8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8AAD

Black with #0E8AAD

Text Example


Text Example

White with #0E8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,138,173); }

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

background-color css

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

 a { background-color: rgb(14,138,173); }

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

border-color css

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

 span { border-color: rgb(14,138,173); }

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