Html Css Color HEX #1198DC Pacific Blue

📋 copy color: '#1198DC'

red 17 ◦ green 152 ◦ blue 220

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

Shades of Pacific Blue #1198DC

Tints of Pacific Blue #1198DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 4.37%
G = 39.07%
B = 56.56%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1198DC (or 0x1198DC) is known color: Pacific Blue. HEX triplet: 11, 98 and DC. RGB value is (17,152,220). Sum of RGB (Red+Green+Blue) = 17+152+220=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #1198DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198DC is #EE6723. Grayscale: #767676. Windows color (decimal): -15623972 or 14456849. OLE color: 14456849.

HSL color Cylindrical-coordinate representation of color #1198DC: hue angle of 200.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1198DC is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 152 220 -
CMYK 0.92 0.31 0 0.14
HSL 200.1º 0.86% 0.46% -
HSV(B) 200.1º 0.92% 0.86% -
XYZ 24.38 27.74 71.78 -
YUV 119.39 184.77 54.97 -
System Red Green Blue C M Y K H S L
Decimal 17 152 220 0.92 0.31 0 0.14 200.1 0.86 0.46
Hex 11 98 DC 5C 1F 0 E C8 56 2E
Octal 21 230 334 134 37 0 16 310 126 56
Binary 10001 10011000 11011100 1011100 11111 0 1110 11001000 1010110 101110

Color Harmonies of #1198DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198DC

Black with #1198DC

Text Example


Text Example

White with #1198DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1198DC; }

 p { color: rgb(17,152,220); }

 H1.HeaderClassName
 {
   color: #1198DC;
 }
 .AnyTagClassName
 {
   color: #1198DC;
 }
</style>

background-color css

<style>
 a { background-color: #1198DC; }

 a { background-color: rgb(17,152,220); }

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

border-color css

<style>
 span { border-color: #1198DC; }

 span { border-color: rgb(17,152,220); }

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