Html Css Color HEX #1095DF Pacific Blue

📋 copy color: '#1095DF'

red 16 ◦ green 149 ◦ blue 223

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

Shades of Pacific Blue #1095DF

Tints of Pacific Blue #1095DF

RGB

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

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

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

R = 4.12%
G = 38.4%
B = 57.47%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1095DF (or 0x1095DF) is known color: Pacific Blue. HEX triplet: 10, 95 and DF. RGB value is (16,149,223). Sum of RGB (Red+Green+Blue) = 16+149+223=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #1095DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1095DF is #EF6A20. Grayscale: #757575. Windows color (decimal): -15690273 or 14652688. OLE color: 14652688.

HSL color Cylindrical-coordinate representation of color #1095DF: hue angle of 201.45º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1095DF is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 149 223 -
CMYK 0.93 0.33 0 0.13
HSL 201.45º 0.87% 0.47% -
HSV(B) 201.45º 0.93% 0.87% -
XYZ 24.28 26.93 73.73 -
YUV 117.67 187.44 55.48 -
System Red Green Blue C M Y K H S L
Decimal 16 149 223 0.93 0.33 0 0.13 201.45 0.87 0.47
Hex 10 95 DF 5D 21 0 D C9 57 2F
Octal 20 225 337 135 41 0 15 311 127 57
Binary 10000 10010101 11011111 1011101 100001 0 1101 11001001 1010111 101111

Color Harmonies of #1095DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1095DF

Black with #1095DF

Text Example


Text Example

White with #1095DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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