Html Css Color HEX #099FC0 Pacific Blue

📋 copy color: '#099FC0'

red 9 ◦ green 159 ◦ blue 192

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

Shades of Pacific Blue #099FC0

Tints of Pacific Blue #099FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.33%

R = 2.5%
G = 44.17%
B = 53.33%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#099FC0 (or 0x099FC0) is known color: Pacific Blue. HEX triplet: 09, 9F and C0. RGB value is (9,159,192). Sum of RGB (Red+Green+Blue) = 9+159+192=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #099FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FC0 is #F6603F. Grayscale: #757575. Windows color (decimal): -16146496 or 12623625. OLE color: 12623625.

HSL color Cylindrical-coordinate representation of color #099FC0: hue angle of 190.82º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099FC0 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 159 192 -
CMYK 0.95 0.17 0 0.25
HSL 190.82º 0.91% 0.39% -
HSV(B) 190.82º 0.95% 0.75% -
XYZ 22.03 28.66 54.24 -
YUV 117.91 169.81 50.32 -
System Red Green Blue C M Y K H S L
Decimal 9 159 192 0.95 0.17 0 0.25 190.82 0.91 0.39
Hex 9 9F C0 5F 11 0 19 BF 5B 27
Octal 11 237 300 137 21 0 31 277 133 47
Binary 1001 10011111 11000000 1011111 10001 0 11001 10111111 1011011 100111

Color Harmonies of #099FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FC0

Black with #099FC0

Text Example


Text Example

White with #099FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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