Html Css Color HEX #099BC5 Pacific Blue

📋 copy color: '#099BC5'

red 9 ◦ green 155 ◦ blue 197

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

Shades of Pacific Blue #099BC5

Tints of Pacific Blue #099BC5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 2.49%
G = 42.94%
B = 54.57%

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

#099BC5 (or 0x099BC5) is known color: Pacific Blue. HEX triplet: 09, 9B and C5. RGB value is (9,155,197). Sum of RGB (Red+Green+Blue) = 9+155+197=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #099BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BC5 is #F6643A. Grayscale: #737373. Windows color (decimal): -16147515 or 12950281. OLE color: 12950281.

HSL color Cylindrical-coordinate representation of color #099BC5: hue angle of 193.4º 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 #099BC5 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 9 155 197 -
CMYK 0.95 0.21 0 0.23
HSL 193.4º 0.91% 0.4% -
HSV(B) 193.4º 0.95% 0.77% -
XYZ 21.91 27.53 56.98 -
YUV 116.13 173.63 51.58 -
System Red Green Blue C M Y K H S L
Decimal 9 155 197 0.95 0.21 0 0.23 193.4 0.91 0.4
Hex 9 9B C5 5F 15 0 17 C1 5B 28
Octal 11 233 305 137 25 0 27 301 133 50
Binary 1001 10011011 11000101 1011111 10101 0 10111 11000001 1011011 101000

Color Harmonies of #099BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099BC5

Black with #099BC5

Text Example


Text Example

White with #099BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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