Html Css Color HEX #1095CE Pacific Blue

📋 copy color: '#1095CE'

red 16 ◦ green 149 ◦ blue 206

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

Shades of Pacific Blue #1095CE

Tints of Pacific Blue #1095CE

RGB

 RED value IS 16 (6.64% from 255) = 4.31%

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 4.31%
G = 40.16%
B = 55.53%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1095CE (or 0x1095CE) is known color: Pacific Blue. HEX triplet: 10, 95 and CE. RGB value is (16,149,206). Sum of RGB (Red+Green+Blue) = 16+149+206=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1095CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095CE is #EF6A31. Grayscale: #737373. Windows color (decimal): -15690290 or 13538576. OLE color: 13538576.

HSL color Cylindrical-coordinate representation of color #1095CE: hue angle of 198º degrees, saturation: 0.86, 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 #1095CE is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 149 206 -
CMYK 0.92 0.28 0 0.19
HSL 198º 0.86% 0.44% -
HSV(B) 198º 0.92% 0.81% -
XYZ 22.1 26.06 62.26 -
YUV 115.73 178.94 56.87 -
System Red Green Blue C M Y K H S L
Decimal 16 149 206 0.92 0.28 0 0.19 198 0.86 0.44
Hex 10 95 CE 5C 1C 0 13 C6 56 2C
Octal 20 225 316 134 34 0 23 306 126 54
Binary 10000 10010101 11001110 1011100 11100 0 10011 11000110 1010110 101100

Color Harmonies of #1095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095CE

Black with #1095CE

Text Example


Text Example

White with #1095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1095CE; }

 p { color: rgb(16,149,206); }

 H1.HeaderClassName
 {
   color: #1095CE;
 }
 .AnyTagClassName
 {
   color: #1095CE;
 }
</style>

background-color css

<style>
 a { background-color: #1095CE; }

 a { background-color: rgb(16,149,206); }

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

border-color css

<style>
 span { border-color: #1095CE; }

 span { border-color: rgb(16,149,206); }

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