Html Css Color HEX #1195DE Pacific Blue

📋 copy color: '#1195DE'

red 17 ◦ green 149 ◦ blue 222

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

Shades of Pacific Blue #1195DE

Tints of Pacific Blue #1195DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 4.38%
G = 38.4%
B = 57.22%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1195DE (or 0x1195DE) is known color: Pacific Blue. HEX triplet: 11, 95 and DE. RGB value is (17,149,222). Sum of RGB (Red+Green+Blue) = 17+149+222=388 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.38% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #1195DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195DE is #EE6A21. Grayscale: #757575. Windows color (decimal): -15624738 or 14587153. OLE color: 14587153.

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

Color convert

RGB 17 149 222 -
CMYK 0.92 0.33 0 0.13
HSL 201.37º 0.86% 0.47% -
HSV(B) 201.37º 0.92% 0.87% -
XYZ 24.16 26.89 73.02 -
YUV 117.85 186.77 56.06 -
System Red Green Blue C M Y K H S L
Decimal 17 149 222 0.92 0.33 0 0.13 201.37 0.86 0.47
Hex 11 95 DE 5C 21 0 D C9 56 2F
Octal 21 225 336 134 41 0 15 311 126 57
Binary 10001 10010101 11011110 1011100 100001 0 1101 11001001 1010110 101111

Color Harmonies of #1195DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1195DE

Black with #1195DE

Text Example


Text Example

White with #1195DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1195DE; }

 p { color: rgb(17,149,222); }

 H1.HeaderClassName
 {
   color: #1195DE;
 }
 .AnyTagClassName
 {
   color: #1195DE;
 }
</style>

background-color css

<style>
 a { background-color: #1195DE; }

 a { background-color: rgb(17,149,222); }

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

border-color css

<style>
 span { border-color: #1195DE; }

 span { border-color: rgb(17,149,222); }

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