Html Css Color HEX #0E90AA Bondi Blue

📋 copy color: '#0E90AA'

red 14 ◦ green 144 ◦ blue 170

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

Shades of Bondi Blue #0E90AA

Tints of Bondi Blue #0E90AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.9%

 BLUE value IS 170 (66.8% from 255) = 51.83%

R = 4.27%
G = 43.9%
B = 51.83%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E90AA (or 0x0E90AA) is known color: Bondi Blue. HEX triplet: 0E, 90 and AA. RGB value is (14,144,170). Sum of RGB (Red+Green+Blue) = 14+144+170=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E90AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E90AA is #F16F55. Grayscale: #6B6B6B. Windows color (decimal): -15822678 or 11177998. OLE color: 11177998.

HSL color Cylindrical-coordinate representation of color #0E90AA: hue angle of 190º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E90AA is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 144 170 -
CMYK 0.92 0.15 0 0.33
HSL 190º 0.85% 0.36% -
HSV(B) 190º 0.92% 0.67% -
XYZ 17.41 22.94 41.54 -
YUV 108.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 14 144 170 0.92 0.15 0 0.33 190 0.85 0.36
Hex E 90 AA 5C F 0 21 BE 55 24
Octal 16 220 252 134 17 0 41 276 125 44
Binary 1110 10010000 10101010 1011100 1111 0 100001 10111110 1010101 100100

Color Harmonies of #0E90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E90AA

Black with #0E90AA

Text Example


Text Example

White with #0E90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,144,170); }

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

background-color css

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

 a { background-color: rgb(14,144,170); }

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

border-color css

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

 span { border-color: rgb(14,144,170); }

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