Html Css Color HEX #0990AD Bondi Blue

📋 copy color: '#0990AD'

red 9 ◦ green 144 ◦ blue 173

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

Shades of Bondi Blue #0990AD

Tints of Bondi Blue #0990AD

RGB

 RED value IS 9 (3.91% from 255) = 2.76%

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

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

R = 2.76%
G = 44.17%
B = 53.07%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0990AD (or 0x0990AD) is known color: Bondi Blue. HEX triplet: 09, 90 and AD. RGB value is (9,144,173). Sum of RGB (Red+Green+Blue) = 9+144+173=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #0990AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0990AD is #F66F52. Grayscale: #6A6A6A. Windows color (decimal): -16150355 or 11374601. OLE color: 11374601.

HSL color Cylindrical-coordinate representation of color #0990AD: hue angle of 190.61º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990AD is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 144 173 -
CMYK 0.95 0.17 0 0.32
HSL 190.61º 0.9% 0.36% -
HSV(B) 190.61º 0.95% 0.68% -
XYZ 17.63 23.02 43.05 -
YUV 106.94 165.27 58.14 -
System Red Green Blue C M Y K H S L
Decimal 9 144 173 0.95 0.17 0 0.32 190.61 0.9 0.36
Hex 9 90 AD 5F 11 0 20 BF 5A 24
Octal 11 220 255 137 21 0 40 277 132 44
Binary 1001 10010000 10101101 1011111 10001 0 100000 10111111 1011010 100100

Color Harmonies of #0990AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990AD

Black with #0990AD

Text Example


Text Example

White with #0990AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0990AD; }

 p { color: rgb(9,144,173); }

 H1.HeaderClassName
 {
   color: #0990AD;
 }
 .AnyTagClassName
 {
   color: #0990AD;
 }
</style>

background-color css

<style>
 a { background-color: #0990AD; }

 a { background-color: rgb(9,144,173); }

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

border-color css

<style>
 span { border-color: #0990AD; }

 span { border-color: rgb(9,144,173); }

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