Html Css Color HEX #1199CD Pacific Blue

📋 copy color: '#1199CD'

red 17 ◦ green 153 ◦ blue 205

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

Shades of Pacific Blue #1199CD

Tints of Pacific Blue #1199CD

RGB

 RED value IS 17 (7.03% from 255) = 4.53%

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 4.53%
G = 40.8%
B = 54.67%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1199CD (or 0x1199CD) is known color: Pacific Blue. HEX triplet: 11, 99 and CD. RGB value is (17,153,205). Sum of RGB (Red+Green+Blue) = 17+153+205=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1199CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199CD is #EE6632. Grayscale: #757575. Windows color (decimal): -15623731 or 13474065. OLE color: 13474065.

HSL color Cylindrical-coordinate representation of color #1199CD: hue angle of 196.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1199CD is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 153 205 -
CMYK 0.92 0.25 0 0.20
HSL 196.6º 0.85% 0.44% -
HSV(B) 196.6º 0.92% 0.8% -
XYZ 22.64 27.31 61.84 -
YUV 118.26 176.94 55.77 -
System Red Green Blue C M Y K H S L
Decimal 17 153 205 0.92 0.25 0 0.20 196.6 0.85 0.44
Hex 11 99 CD 5C 19 0 14 C5 55 2C
Octal 21 231 315 134 31 0 24 305 125 54
Binary 10001 10011001 11001101 1011100 11001 0 10100 11000101 1010101 101100

Color Harmonies of #1199CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199CD

Black with #1199CD

Text Example


Text Example

White with #1199CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1199CD; }

 p { color: rgb(17,153,205); }

 H1.HeaderClassName
 {
   color: #1199CD;
 }
 .AnyTagClassName
 {
   color: #1199CD;
 }
</style>

background-color css

<style>
 a { background-color: #1199CD; }

 a { background-color: rgb(17,153,205); }

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

border-color css

<style>
 span { border-color: #1199CD; }

 span { border-color: rgb(17,153,205); }

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