Html Css Color HEX #1099C6 Pacific Blue

📋 copy color: '#1099C6'

red 16 ◦ green 153 ◦ blue 198

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

Shades of Pacific Blue #1099C6

Tints of Pacific Blue #1099C6

RGB

 RED value IS 16 (6.64% from 255) = 4.36%

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 198 (77.73% from 255) = 53.95%

R = 4.36%
G = 41.69%
B = 53.95%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1099C6 (or 0x1099C6) is known color: Pacific Blue. HEX triplet: 10, 99 and C6. RGB value is (16,153,198). Sum of RGB (Red+Green+Blue) = 16+153+198=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #1099C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1099C6 is #EF6639. Grayscale: #747474. Windows color (decimal): -15689274 or 13015312. OLE color: 13015312.

HSL color Cylindrical-coordinate representation of color #1099C6: hue angle of 194.84º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1099C6 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 153 198 -
CMYK 0.92 0.23 0 0.22
HSL 194.84º 0.85% 0.42% -
HSV(B) 194.84º 0.92% 0.78% -
XYZ 21.8 26.97 57.48 -
YUV 117.17 173.61 55.84 -
System Red Green Blue C M Y K H S L
Decimal 16 153 198 0.92 0.23 0 0.22 194.84 0.85 0.42
Hex 10 99 C6 5C 17 0 16 C3 55 2A
Octal 20 231 306 134 27 0 26 303 125 52
Binary 10000 10011001 11000110 1011100 10111 0 10110 11000011 1010101 101010

Color Harmonies of #1099C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1099C6

Black with #1099C6

Text Example


Text Example

White with #1099C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1099C6; }

 p { color: rgb(16,153,198); }

 H1.HeaderClassName
 {
   color: #1099C6;
 }
 .AnyTagClassName
 {
   color: #1099C6;
 }
</style>

background-color css

<style>
 a { background-color: #1099C6; }

 a { background-color: rgb(16,153,198); }

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

border-color css

<style>
 span { border-color: #1099C6; }

 span { border-color: rgb(16,153,198); }

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