Html Css Color HEX #0991CE Pacific Blue

📋 copy color: '#0991CE'

red 9 ◦ green 145 ◦ blue 206

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

Shades of Pacific Blue #0991CE

Tints of Pacific Blue #0991CE

RGB

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

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

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

R = 2.5%
G = 40.28%
B = 57.22%

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

#0991CE (or 0x0991CE) is known color: Pacific Blue. HEX triplet: 09, 91 and CE. RGB value is (9,145,206). Sum of RGB (Red+Green+Blue) = 9+145+206=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #0991CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0991CE is #F66E31. Grayscale: #6E6E6E. Windows color (decimal): -16150066 or 13537545. OLE color: 13537545.

HSL color Cylindrical-coordinate representation of color #0991CE: hue angle of 198.58º 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 #0991CE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 145 206 -
CMYK 0.96 0.30 0 0.19
HSL 198.58º 0.92% 0.42% -
HSV(B) 198.58º 0.96% 0.81% -
XYZ 21.38 24.77 62.05 -
YUV 111.29 181.44 55.04 -
System Red Green Blue C M Y K H S L
Decimal 9 145 206 0.96 0.30 0 0.19 198.58 0.92 0.42
Hex 9 91 CE 60 1E 0 13 C7 5C 2A
Octal 11 221 316 140 36 0 23 307 134 52
Binary 1001 10010001 11001110 1100000 11110 0 10011 11000111 1011100 101010

Color Harmonies of #0991CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0991CE

Black with #0991CE

Text Example


Text Example

White with #0991CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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