Html Css Color HEX #1198CF Pacific Blue

📋 copy color: '#1198CF'

red 17 ◦ green 152 ◦ blue 207

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

Shades of Pacific Blue #1198CF

Tints of Pacific Blue #1198CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 4.52%
G = 40.43%
B = 55.05%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1198CF (or 0x1198CF) is known color: Pacific Blue. HEX triplet: 11, 98 and CF. RGB value is (17,152,207). Sum of RGB (Red+Green+Blue) = 17+152+207=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #1198CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198CF is #EE6730. Grayscale: #757575. Windows color (decimal): -15623985 or 13604881. OLE color: 13604881.

HSL color Cylindrical-coordinate representation of color #1198CF: hue angle of 197.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1198CF is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 152 207 -
CMYK 0.92 0.27 0 0.19
HSL 197.37º 0.85% 0.44% -
HSV(B) 197.37º 0.92% 0.81% -
XYZ 22.72 27.08 63.06 -
YUV 117.91 178.27 56.03 -
System Red Green Blue C M Y K H S L
Decimal 17 152 207 0.92 0.27 0 0.19 197.37 0.85 0.44
Hex 11 98 CF 5C 1B 0 13 C5 55 2C
Octal 21 230 317 134 33 0 23 305 125 54
Binary 10001 10011000 11001111 1011100 11011 0 10011 11000101 1010101 101100

Color Harmonies of #1198CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1198CF

Black with #1198CF

Text Example


Text Example

White with #1198CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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