Html Css Color HEX #0990DF Pacific Blue

📋 copy color: '#0990DF'

red 9 ◦ green 144 ◦ blue 223

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

Shades of Pacific Blue #0990DF

Tints of Pacific Blue #0990DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.31%

R = 2.39%
G = 38.3%
B = 59.31%

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

#0990DF (or 0x0990DF) is known color: Pacific Blue. HEX triplet: 09, 90 and DF. RGB value is (9,144,223). Sum of RGB (Red+Green+Blue) = 9+144+223=376 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #0990DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0990DF is #F66F20. Grayscale: #707070. Windows color (decimal): -16150305 or 14651401. OLE color: 14651401.

HSL color Cylindrical-coordinate representation of color #0990DF: hue angle of 202.15º 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 #0990DF is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 144 223 -
CMYK 0.96 0.35 0 0.13
HSL 202.15º 0.92% 0.45% -
HSV(B) 202.15º 0.96% 0.87% -
XYZ 23.41 25.33 73.47 -
YUV 112.64 190.27 54.08 -
System Red Green Blue C M Y K H S L
Decimal 9 144 223 0.96 0.35 0 0.13 202.15 0.92 0.45
Hex 9 90 DF 60 23 0 D CA 5C 2D
Octal 11 220 337 140 43 0 15 312 134 55
Binary 1001 10010000 11011111 1100000 100011 0 1101 11001010 1011100 101101

Color Harmonies of #0990DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0990DF

Black with #0990DF

Text Example


Text Example

White with #0990DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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