Html Css Color HEX #099FC1 Pacific Blue

📋 copy color: '#099FC1'

red 9 ◦ green 159 ◦ blue 193

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

Shades of Pacific Blue #099FC1

Tints of Pacific Blue #099FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 193 (75.78% from 255) = 53.46%

R = 2.49%
G = 44.04%
B = 53.46%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#099FC1 (or 0x099FC1) is known color: Pacific Blue. HEX triplet: 09, 9F and C1. RGB value is (9,159,193). Sum of RGB (Red+Green+Blue) = 9+159+193=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #099FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FC1 is #F6603E. Grayscale: #757575. Windows color (decimal): -16146495 or 12689161. OLE color: 12689161.

HSL color Cylindrical-coordinate representation of color #099FC1: hue angle of 191.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099FC1 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 9 159 193 -
CMYK 0.95 0.18 0 0.24
HSL 191.09º 0.91% 0.4% -
HSV(B) 191.09º 0.95% 0.76% -
XYZ 22.14 28.7 54.83 -
YUV 118.03 170.31 50.24 -
System Red Green Blue C M Y K H S L
Decimal 9 159 193 0.95 0.18 0 0.24 191.09 0.91 0.4
Hex 9 9F C1 5F 12 0 18 BF 5B 28
Octal 11 237 301 137 22 0 30 277 133 50
Binary 1001 10011111 11000001 1011111 10010 0 11000 10111111 1011011 101000

Color Harmonies of #099FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FC1

Black with #099FC1

Text Example


Text Example

White with #099FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099FC1; }

 p { color: rgb(9,159,193); }

 H1.HeaderClassName
 {
   color: #099FC1;
 }
 .AnyTagClassName
 {
   color: #099FC1;
 }
</style>

background-color css

<style>
 a { background-color: #099FC1; }

 a { background-color: rgb(9,159,193); }

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

border-color css

<style>
 span { border-color: #099FC1; }

 span { border-color: rgb(9,159,193); }

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