Html Css Color HEX #1199DA Pacific Blue

📋 copy color: '#1199DA'

red 17 ◦ green 153 ◦ blue 218

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

Shades of Pacific Blue #1199DA

Tints of Pacific Blue #1199DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 4.38%
G = 39.43%
B = 56.19%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1199DA (or 0x1199DA) is known color: Pacific Blue. HEX triplet: 11, 99 and DA. RGB value is (17,153,218). Sum of RGB (Red+Green+Blue) = 17+153+218=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #1199DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199DA is #EE6625. Grayscale: #777777. Windows color (decimal): -15623718 or 14326033. OLE color: 14326033.

HSL color Cylindrical-coordinate representation of color #1199DA: hue angle of 199.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1199DA is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 153 218 -
CMYK 0.92 0.30 0 0.15
HSL 199.4º 0.86% 0.46% -
HSV(B) 199.4º 0.92% 0.85% -
XYZ 24.28 27.96 70.45 -
YUV 119.75 183.44 54.71 -
System Red Green Blue C M Y K H S L
Decimal 17 153 218 0.92 0.30 0 0.15 199.4 0.86 0.46
Hex 11 99 DA 5C 1E 0 F C7 56 2E
Octal 21 231 332 134 36 0 17 307 126 56
Binary 10001 10011001 11011010 1011100 11110 0 1111 11000111 1010110 101110

Color Harmonies of #1199DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199DA

Black with #1199DA

Text Example


Text Example

White with #1199DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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