Html Css Color HEX #0990BA Bondi Blue

📋 copy color: '#0990BA'

red 9 ◦ green 144 ◦ blue 186

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

Shades of Bondi Blue #0990BA

Tints of Bondi Blue #0990BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.87%

R = 2.65%
G = 42.48%
B = 54.87%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0990BA (or 0x0990BA) is known color: Bondi Blue. HEX triplet: 09, 90 and BA. RGB value is (9,144,186). Sum of RGB (Red+Green+Blue) = 9+144+186=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #0990BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990BA is #F66F45. Grayscale: #6C6C6C. Windows color (decimal): -16150342 or 12226569. OLE color: 12226569.

HSL color Cylindrical-coordinate representation of color #0990BA: hue angle of 194.24º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990BA is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 144 186 -
CMYK 0.95 0.23 0 0.27
HSL 194.24º 0.91% 0.38% -
HSV(B) 194.24º 0.95% 0.73% -
XYZ 18.95 23.55 50 -
YUV 108.42 171.77 57.08 -
System Red Green Blue C M Y K H S L
Decimal 9 144 186 0.95 0.23 0 0.27 194.24 0.91 0.38
Hex 9 90 BA 5F 17 0 1B C2 5B 26
Octal 11 220 272 137 27 0 33 302 133 46
Binary 1001 10010000 10111010 1011111 10111 0 11011 11000010 1011011 100110

Color Harmonies of #0990BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990BA

Black with #0990BA

Text Example


Text Example

White with #0990BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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