Html Css Color HEX #0E90AB Bondi Blue

📋 copy color: '#0E90AB'

red 14 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #0E90AB

Tints of Bondi Blue #0E90AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.98%

R = 4.26%
G = 43.77%
B = 51.98%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E90AB (or 0x0E90AB) is known color: Bondi Blue. HEX triplet: 0E, 90 and AB. RGB value is (14,144,171). Sum of RGB (Red+Green+Blue) = 14+144+171=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E90AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E90AB is #F16F54. Grayscale: #6B6B6B. Windows color (decimal): -15822677 or 11243534. OLE color: 11243534.

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

Color convert

RGB 14 144 171 -
CMYK 0.92 0.16 0 0.33
HSL 190.32º 0.85% 0.36% -
HSV(B) 190.32º 0.92% 0.67% -
XYZ 17.51 22.98 42.04 -
YUV 108.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 14 144 171 0.92 0.16 0 0.33 190.32 0.85 0.36
Hex E 90 AB 5C 10 0 21 BE 55 24
Octal 16 220 253 134 20 0 41 276 125 44
Binary 1110 10010000 10101011 1011100 10000 0 100001 10111110 1010101 100100

Color Harmonies of #0E90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E90AB

Black with #0E90AB

Text Example


Text Example

White with #0E90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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