Html Css Color HEX #0990CA Pacific Blue

📋 copy color: '#0990CA'

red 9 ◦ green 144 ◦ blue 202

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

Shades of Pacific Blue #0990CA

Tints of Pacific Blue #0990CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 2.54%
G = 40.56%
B = 56.9%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0990CA (or 0x0990CA) is known color: Pacific Blue. HEX triplet: 09, 90 and CA. RGB value is (9,144,202). Sum of RGB (Red+Green+Blue) = 9+144+202=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #0990CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990CA is #F66F35. Grayscale: #6D6D6D. Windows color (decimal): -16150326 or 13275145. OLE color: 13275145.

HSL color Cylindrical-coordinate representation of color #0990CA: hue angle of 198.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990CA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 144 202 -
CMYK 0.96 0.29 0 0.21
HSL 198.03º 0.91% 0.41% -
HSV(B) 198.03º 0.96% 0.79% -
XYZ 20.75 24.27 59.47 -
YUV 110.25 179.77 55.78 -
System Red Green Blue C M Y K H S L
Decimal 9 144 202 0.96 0.29 0 0.21 198.03 0.91 0.41
Hex 9 90 CA 60 1D 0 15 C6 5B 29
Octal 11 220 312 140 35 0 25 306 133 51
Binary 1001 10010000 11001010 1100000 11101 0 10101 11000110 1011011 101001

Color Harmonies of #0990CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990CA

Black with #0990CA

Text Example


Text Example

White with #0990CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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