Html Css Color HEX #0991D9 Pacific Blue

📋 copy color: '#0991D9'

red 9 ◦ green 145 ◦ blue 217

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

Shades of Pacific Blue #0991D9

Tints of Pacific Blue #0991D9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 217 (85.16% from 255) = 58.49%

R = 2.43%
G = 39.08%
B = 58.49%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0991D9 (or 0x0991D9) is known color: Pacific Blue. HEX triplet: 09, 91 and D9. RGB value is (9,145,217). Sum of RGB (Red+Green+Blue) = 9+145+217=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #0991D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0991D9 is #F66E26. Grayscale: #707070. Windows color (decimal): -16150055 or 14258441. OLE color: 14258441.

HSL color Cylindrical-coordinate representation of color #0991D9: hue angle of 200.77º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0991D9 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 145 217 -
CMYK 0.96 0.33 0 0.15
HSL 200.77º 0.92% 0.44% -
HSV(B) 200.77º 0.96% 0.85% -
XYZ 22.76 25.32 69.33 -
YUV 112.54 186.94 54.15 -
System Red Green Blue C M Y K H S L
Decimal 9 145 217 0.96 0.33 0 0.15 200.77 0.92 0.44
Hex 9 91 D9 60 21 0 F C9 5C 2C
Octal 11 221 331 140 41 0 17 311 134 54
Binary 1001 10010001 11011001 1100000 100001 0 1111 11001001 1011100 101100

Color Harmonies of #0991D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0991D9

Black with #0991D9

Text Example


Text Example

White with #0991D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0991D9; }

 p { color: rgb(9,145,217); }

 H1.HeaderClassName
 {
   color: #0991D9;
 }
 .AnyTagClassName
 {
   color: #0991D9;
 }
</style>

background-color css

<style>
 a { background-color: #0991D9; }

 a { background-color: rgb(9,145,217); }

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

border-color css

<style>
 span { border-color: #0991D9; }

 span { border-color: rgb(9,145,217); }

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