Html Css Color HEX #099CC4 Pacific Blue

📋 copy color: '#099CC4'

red 9 ◦ green 156 ◦ blue 196

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

Shades of Pacific Blue #099CC4

Tints of Pacific Blue #099CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 54.29%

R = 2.49%
G = 43.21%
B = 54.29%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#099CC4 (or 0x099CC4) is known color: Pacific Blue. HEX triplet: 09, 9C and C4. RGB value is (9,156,196). Sum of RGB (Red+Green+Blue) = 9+156+196=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #099CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CC4 is #F6633B. Grayscale: #747474. Windows color (decimal): -16147260 or 12885001. OLE color: 12885001.

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

Color convert

RGB 9 156 196 -
CMYK 0.95 0.20 0 0.23
HSL 192.83º 0.91% 0.4% -
HSV(B) 192.83º 0.95% 0.77% -
XYZ 21.96 27.82 56.44 -
YUV 116.61 172.8 51.25 -
System Red Green Blue C M Y K H S L
Decimal 9 156 196 0.95 0.20 0 0.23 192.83 0.91 0.4
Hex 9 9C C4 5F 14 0 17 C1 5B 28
Octal 11 234 304 137 24 0 27 301 133 50
Binary 1001 10011100 11000100 1011111 10100 0 10111 11000001 1011011 101000

Color Harmonies of #099CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099CC4

Black with #099CC4

Text Example


Text Example

White with #099CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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