Html Css Color HEX #099CC5 Pacific Blue

📋 copy color: '#099CC5'

red 9 ◦ green 156 ◦ blue 197

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

Shades of Pacific Blue #099CC5

Tints of Pacific Blue #099CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

 BLUE value IS 197 (77.34% from 255) = 54.42%

R = 2.49%
G = 43.09%
B = 54.42%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#099CC5 (or 0x099CC5) is known color: Pacific Blue. HEX triplet: 09, 9C and C5. RGB value is (9,156,197). Sum of RGB (Red+Green+Blue) = 9+156+197=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #099CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CC5 is #F6633A. Grayscale: #747474. Windows color (decimal): -16147259 or 12950537. OLE color: 12950537.

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

Color convert

RGB 9 156 197 -
CMYK 0.95 0.21 0 0.23
HSL 193.09º 0.91% 0.4% -
HSV(B) 193.09º 0.95% 0.77% -
XYZ 22.08 27.87 57.04 -
YUV 116.72 173.3 51.17 -
System Red Green Blue C M Y K H S L
Decimal 9 156 197 0.95 0.21 0 0.23 193.09 0.91 0.4
Hex 9 9C C5 5F 15 0 17 C1 5B 28
Octal 11 234 305 137 25 0 27 301 133 50
Binary 1001 10011100 11000101 1011111 10101 0 10111 11000001 1011011 101000

Color Harmonies of #099CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CC5

Black with #099CC5

Text Example


Text Example

White with #099CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,156,197); }

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

background-color css

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

 a { background-color: rgb(9,156,197); }

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

border-color css

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

 span { border-color: rgb(9,156,197); }

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