Html Css Color HEX #1199DF Pacific Blue

📋 copy color: '#1199DF'

red 17 ◦ green 153 ◦ blue 223

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

Shades of Pacific Blue #1199DF

Tints of Pacific Blue #1199DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.74%

R = 4.33%
G = 38.93%
B = 56.74%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1199DF (or 0x1199DF) is known color: Pacific Blue. HEX triplet: 11, 99 and DF. RGB value is (17,153,223). Sum of RGB (Red+Green+Blue) = 17+153+223=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #1199DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1199DF is #EE6620. Grayscale: #777777. Windows color (decimal): -15623713 or 14653713. OLE color: 14653713.

HSL color Cylindrical-coordinate representation of color #1199DF: hue angle of 200.39º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1199DF is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 153 223 -
CMYK 0.92 0.31 0 0.13
HSL 200.39º 0.86% 0.47% -
HSV(B) 200.39º 0.92% 0.87% -
XYZ 24.94 28.23 73.95 -
YUV 120.32 185.94 54.31 -
System Red Green Blue C M Y K H S L
Decimal 17 153 223 0.92 0.31 0 0.13 200.39 0.86 0.47
Hex 11 99 DF 5C 1F 0 D C8 56 2F
Octal 21 231 337 134 37 0 15 310 126 57
Binary 10001 10011001 11011111 1011100 11111 0 1101 11001000 1010110 101111

Color Harmonies of #1199DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1199DF

Black with #1199DF

Text Example


Text Example

White with #1199DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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