Html Css Color HEX #1198DF Pacific Blue

📋 copy color: '#1198DF'

red 17 ◦ green 152 ◦ blue 223

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

Shades of Pacific Blue #1198DF

Tints of Pacific Blue #1198DF

RGB

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

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

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

R = 4.34%
G = 38.78%
B = 56.89%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1198DF (or 0x1198DF) is known color: Pacific Blue. HEX triplet: 11, 98 and DF. RGB value is (17,152,223). Sum of RGB (Red+Green+Blue) = 17+152+223=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #1198DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198DF is #EE6720. Grayscale: #777777. Windows color (decimal): -15623969 or 14653457. OLE color: 14653457.

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

Color convert

RGB 17 152 223 -
CMYK 0.92 0.32 0 0.13
HSL 200.68º 0.86% 0.47% -
HSV(B) 200.68º 0.92% 0.87% -
XYZ 24.78 27.9 73.89 -
YUV 119.73 186.27 54.73 -
System Red Green Blue C M Y K H S L
Decimal 17 152 223 0.92 0.32 0 0.13 200.68 0.86 0.47
Hex 11 98 DF 5C 20 0 D C9 56 2F
Octal 21 230 337 134 40 0 15 311 126 57
Binary 10001 10011000 11011111 1011100 100000 0 1101 11001001 1010110 101111

Color Harmonies of #1198DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198DF

Black with #1198DF

Text Example


Text Example

White with #1198DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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