Html Css Color HEX #0990BD Bondi Blue

📋 copy color: '#0990BD'

red 9 ◦ green 144 ◦ blue 189

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

Shades of Bondi Blue #0990BD

Tints of Bondi Blue #0990BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 2.63%
G = 42.11%
B = 55.26%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0990BD (or 0x0990BD) is known color: Bondi Blue. HEX triplet: 09, 90 and BD. RGB value is (9,144,189). Sum of RGB (Red+Green+Blue) = 9+144+189=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #0990BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990BD is #F66F42. Grayscale: #6C6C6C. Windows color (decimal): -16150339 or 12423177. OLE color: 12423177.

HSL color Cylindrical-coordinate representation of color #0990BD: hue angle of 195º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0990BD is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 144 189 -
CMYK 0.95 0.24 0 0.26
HSL 195º 0.91% 0.39% -
HSV(B) 195º 0.95% 0.74% -
XYZ 19.27 23.68 51.7 -
YUV 108.77 173.27 56.84 -
System Red Green Blue C M Y K H S L
Decimal 9 144 189 0.95 0.24 0 0.26 195 0.91 0.39
Hex 9 90 BD 5F 18 0 1A C3 5B 27
Octal 11 220 275 137 30 0 32 303 133 47
Binary 1001 10010000 10111101 1011111 11000 0 11010 11000011 1011011 100111

Color Harmonies of #0990BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990BD

Black with #0990BD

Text Example


Text Example

White with #0990BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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