Html Css Color HEX #0990AB Bondi Blue

📋 copy color: '#0990AB'

red 9 ◦ green 144 ◦ blue 171

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

Shades of Bondi Blue #0990AB

Tints of Bondi Blue #0990AB

RGB

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

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

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

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0990AB (or 0x0990AB) is known color: Bondi Blue. HEX triplet: 09, 90 and AB. RGB value is (9,144,171). Sum of RGB (Red+Green+Blue) = 9+144+171=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0990AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0990AB is #F66F54. Grayscale: #6A6A6A. Windows color (decimal): -16150357 or 11243529. OLE color: 11243529.

HSL color Cylindrical-coordinate representation of color #0990AB: hue angle of 190º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990AB is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 144 171 -
CMYK 0.95 0.16 0 0.33
HSL 190º 0.9% 0.35% -
HSV(B) 190º 0.95% 0.67% -
XYZ 17.44 22.94 42.04 -
YUV 106.71 164.27 58.3 -
System Red Green Blue C M Y K H S L
Decimal 9 144 171 0.95 0.16 0 0.33 190 0.9 0.35
Hex 9 90 AB 5F 10 0 21 BE 5A 23
Octal 11 220 253 137 20 0 41 276 132 43
Binary 1001 10010000 10101011 1011111 10000 0 100001 10111110 1011010 100011

Color Harmonies of #0990AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990AB

Black with #0990AB

Text Example


Text Example

White with #0990AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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