Html Css Color HEX #099DCF Pacific Blue

📋 copy color: '#099DCF'

red 9 ◦ green 157 ◦ blue 207

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

Shades of Pacific Blue #099DCF

Tints of Pacific Blue #099DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 2.41%
G = 42.09%
B = 55.5%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#099DCF (or 0x099DCF) is known color: Pacific Blue. HEX triplet: 09, 9D and CF. RGB value is (9,157,207). Sum of RGB (Red+Green+Blue) = 9+157+207=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #099DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DCF is #F66230. Grayscale: #767676. Windows color (decimal): -16146993 or 13606153. OLE color: 13606153.

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

Color convert

RGB 9 157 207 -
CMYK 0.96 0.24 0 0.19
HSL 195.15º 0.92% 0.42% -
HSV(B) 195.15º 0.96% 0.81% -
XYZ 23.43 28.68 63.33 -
YUV 118.45 177.97 49.93 -
System Red Green Blue C M Y K H S L
Decimal 9 157 207 0.96 0.24 0 0.19 195.15 0.92 0.42
Hex 9 9D CF 60 18 0 13 C3 5C 2A
Octal 11 235 317 140 30 0 23 303 134 52
Binary 1001 10011101 11001111 1100000 11000 0 10011 11000011 1011100 101010

Color Harmonies of #099DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DCF

Black with #099DCF

Text Example


Text Example

White with #099DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,207); }

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

background-color css

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

 a { background-color: rgb(9,157,207); }

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

border-color css

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

 span { border-color: rgb(9,157,207); }

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