Html Css Color HEX #0990CC Pacific Blue

📋 copy color: '#0990CC'

red 9 ◦ green 144 ◦ blue 204

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

Shades of Pacific Blue #0990CC

Tints of Pacific Blue #0990CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.14%

R = 2.52%
G = 40.34%
B = 57.14%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0990CC (or 0x0990CC) is known color: Pacific Blue. HEX triplet: 09, 90 and CC. RGB value is (9,144,204). Sum of RGB (Red+Green+Blue) = 9+144+204=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #0990CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990CC is #F66F33. Grayscale: #6E6E6E. Windows color (decimal): -16150324 or 13406217. OLE color: 13406217.

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

Color convert

RGB 9 144 204 -
CMYK 0.96 0.29 0 0.2
HSL 198.46º 0.92% 0.42% -
HSV(B) 198.46º 0.96% 0.8% -
XYZ 20.99 24.36 60.72 -
YUV 110.48 180.77 55.62 -
System Red Green Blue C M Y K H S L
Decimal 9 144 204 0.96 0.29 0 0.2 198.46 0.92 0.42
Hex 9 90 CC 60 1D 0 14 C6 5C 2A
Octal 11 220 314 140 35 0 24 306 134 52
Binary 1001 10010000 11001100 1100000 11101 0 10100 11000110 1011100 101010

Color Harmonies of #0990CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990CC

Black with #0990CC

Text Example


Text Example

White with #0990CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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