Html Css Color HEX #0990BF Bondi Blue

📋 copy color: '#0990BF'

red 9 ◦ green 144 ◦ blue 191

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

Shades of Bondi Blue #0990BF

Tints of Bondi Blue #0990BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.52%

R = 2.62%
G = 41.86%
B = 55.52%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0990BF (or 0x0990BF) is known color: Bondi Blue. HEX triplet: 09, 90 and BF. RGB value is (9,144,191). Sum of RGB (Red+Green+Blue) = 9+144+191=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #0990BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990BF is #F66F40. Grayscale: #6C6C6C. Windows color (decimal): -16150337 or 12554249. OLE color: 12554249.

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

Color convert

RGB 9 144 191 -
CMYK 0.95 0.25 0 0.25
HSL 195.49º 0.91% 0.39% -
HSV(B) 195.49º 0.95% 0.75% -
XYZ 19.49 23.77 52.85 -
YUV 108.99 174.27 56.68 -
System Red Green Blue C M Y K H S L
Decimal 9 144 191 0.95 0.25 0 0.25 195.49 0.91 0.39
Hex 9 90 BF 5F 19 0 19 C3 5B 27
Octal 11 220 277 137 31 0 31 303 133 47
Binary 1001 10010000 10111111 1011111 11001 0 11001 11000011 1011011 100111

Color Harmonies of #0990BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990BF

Black with #0990BF

Text Example


Text Example

White with #0990BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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