Html Css Color HEX #099CC9 Pacific Blue

📋 copy color: '#099CC9'

red 9 ◦ green 156 ◦ blue 201

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

Shades of Pacific Blue #099CC9

Tints of Pacific Blue #099CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.92%

R = 2.46%
G = 42.62%
B = 54.92%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#099CC9 (or 0x099CC9) is known color: Pacific Blue. HEX triplet: 09, 9C and C9. RGB value is (9,156,201). Sum of RGB (Red+Green+Blue) = 9+156+201=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #099CC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CC9 is #F66336. Grayscale: #747474. Windows color (decimal): -16147255 or 13212681. OLE color: 13212681.

HSL color Cylindrical-coordinate representation of color #099CC9: hue angle of 194.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CC9 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 156 201 -
CMYK 0.96 0.22 0 0.21
HSL 194.06º 0.91% 0.41% -
HSV(B) 194.06º 0.96% 0.79% -
XYZ 22.54 28.05 59.48 -
YUV 117.18 175.3 50.84 -
System Red Green Blue C M Y K H S L
Decimal 9 156 201 0.96 0.22 0 0.21 194.06 0.91 0.41
Hex 9 9C C9 60 16 0 15 C2 5B 29
Octal 11 234 311 140 26 0 25 302 133 51
Binary 1001 10011100 11001001 1100000 10110 0 10101 11000010 1011011 101001

Color Harmonies of #099CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CC9

Black with #099CC9

Text Example


Text Example

White with #099CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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