Html Css Color HEX #0990CE Pacific Blue

📋 copy color: '#0990CE'

red 9 ◦ green 144 ◦ blue 206

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

Shades of Pacific Blue #0990CE

Tints of Pacific Blue #0990CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 2.51%
G = 40.11%
B = 57.38%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0990CE (or 0x0990CE) is known color: Pacific Blue. HEX triplet: 09, 90 and CE. RGB value is (9,144,206). Sum of RGB (Red+Green+Blue) = 9+144+206=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #0990CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990CE is #F66F31. Grayscale: #6E6E6E. Windows color (decimal): -16150322 or 13537289. OLE color: 13537289.

HSL color Cylindrical-coordinate representation of color #0990CE: hue angle of 198.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0990CE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 144 206 -
CMYK 0.96 0.30 0 0.19
HSL 198.88º 0.92% 0.42% -
HSV(B) 198.88º 0.96% 0.81% -
XYZ 21.23 24.46 62 -
YUV 110.7 181.77 55.46 -
System Red Green Blue C M Y K H S L
Decimal 9 144 206 0.96 0.30 0 0.19 198.88 0.92 0.42
Hex 9 90 CE 60 1E 0 13 C7 5C 2A
Octal 11 220 316 140 36 0 23 307 134 52
Binary 1001 10010000 11001110 1100000 11110 0 10011 11000111 1011100 101010

Color Harmonies of #0990CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990CE

Black with #0990CE

Text Example


Text Example

White with #0990CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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