Html Css Color HEX #099FCD Pacific Blue

📋 copy color: '#099FCD'

red 9 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #099FCD

Tints of Pacific Blue #099FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.96%

R = 2.41%
G = 42.63%
B = 54.96%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#099FCD (or 0x099FCD) is known color: Pacific Blue. HEX triplet: 09, 9F and CD. RGB value is (9,159,205). Sum of RGB (Red+Green+Blue) = 9+159+205=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #099FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FCD is #F66032. Grayscale: #777777. Windows color (decimal): -16146483 or 13475593. OLE color: 13475593.

HSL color Cylindrical-coordinate representation of color #099FCD: hue angle of 194.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FCD is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 159 205 -
CMYK 0.96 0.22 0 0.20
HSL 194.08º 0.92% 0.42% -
HSV(B) 194.08º 0.96% 0.8% -
XYZ 23.53 29.26 62.17 -
YUV 119.39 176.31 49.26 -
System Red Green Blue C M Y K H S L
Decimal 9 159 205 0.96 0.22 0 0.20 194.08 0.92 0.42
Hex 9 9F CD 60 16 0 14 C2 5C 2A
Octal 11 237 315 140 26 0 24 302 134 52
Binary 1001 10011111 11001101 1100000 10110 0 10100 11000010 1011100 101010

Color Harmonies of #099FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FCD

Black with #099FCD

Text Example


Text Example

White with #099FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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