Html Css Color HEX #0990DD Pacific Blue

📋 copy color: '#0990DD'

red 9 ◦ green 144 ◦ blue 221

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

Shades of Pacific Blue #0990DD

Tints of Pacific Blue #0990DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 2.41%
G = 38.5%
B = 59.09%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0990DD (or 0x0990DD) is known color: Pacific Blue. HEX triplet: 09, 90 and DD. RGB value is (9,144,221). Sum of RGB (Red+Green+Blue) = 9+144+221=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #0990DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990DD is #F66F22. Grayscale: #6F6F6F. Windows color (decimal): -16150307 or 14520329. OLE color: 14520329.

HSL color Cylindrical-coordinate representation of color #0990DD: hue angle of 201.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990DD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 144 221 -
CMYK 0.96 0.35 0 0.13
HSL 201.79º 0.92% 0.45% -
HSV(B) 201.79º 0.96% 0.87% -
XYZ 23.14 25.23 72.06 -
YUV 112.41 189.27 54.24 -
System Red Green Blue C M Y K H S L
Decimal 9 144 221 0.96 0.35 0 0.13 201.79 0.92 0.45
Hex 9 90 DD 60 23 0 D CA 5C 2D
Octal 11 220 335 140 43 0 15 312 134 55
Binary 1001 10010000 11011101 1100000 100011 0 1101 11001010 1011100 101101

Color Harmonies of #0990DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990DD

Black with #0990DD

Text Example


Text Example

White with #0990DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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