Html Css Color HEX #1198DA Pacific Blue

📋 copy color: '#1198DA'

red 17 ◦ green 152 ◦ blue 218

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

Shades of Pacific Blue #1198DA

Tints of Pacific Blue #1198DA

RGB

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

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

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

R = 4.39%
G = 39.28%
B = 56.33%

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

#1198DA (or 0x1198DA) is known color: Pacific Blue. HEX triplet: 11, 98 and DA. RGB value is (17,152,218). Sum of RGB (Red+Green+Blue) = 17+152+218=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #1198DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198DA is #EE6725. Grayscale: #767676. Windows color (decimal): -15623974 or 14325777. OLE color: 14325777.

HSL color Cylindrical-coordinate representation of color #1198DA: hue angle of 199.7º 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 #1198DA is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 152 218 -
CMYK 0.92 0.30 0 0.15
HSL 199.7º 0.86% 0.46% -
HSV(B) 199.7º 0.92% 0.85% -
XYZ 24.11 27.64 70.39 -
YUV 119.16 183.77 55.13 -
System Red Green Blue C M Y K H S L
Decimal 17 152 218 0.92 0.30 0 0.15 199.7 0.86 0.46
Hex 11 98 DA 5C 1E 0 F C8 56 2E
Octal 21 230 332 134 36 0 17 310 126 56
Binary 10001 10011000 11011010 1011100 11110 0 1111 11001000 1010110 101110

Color Harmonies of #1198DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198DA

Black with #1198DA

Text Example


Text Example

White with #1198DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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