#1D96BC

Color #1D96BC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D96BC

Tints of Pelorous #1D96BC

Color information

#1D96BC (or 0x1D96BC) is unknown color: approx Pelorous. HEX triplet: 1D, 96 and BC. RGB value is (29,150,188). Sum of RGB (Red+Green+Blue) = 29+150+188=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D96BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D96BC is #E26943. Grayscale: #757575. Windows color (decimal): -14838084 or 12359197. OLE color: 12359197.

HSL color Cylindrical-coordinate representation of color #1D96BC: hue angle of 194.34º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D96BC is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB29150188-
CMYK0.850.2000.26
HSL194.34º73.27%42.55%-
HSV(B)194.34º84.57%73.73%-
XYZ20.4925.751.46-
YUV118.15167.4164.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.90%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 188 (73.83% from 255) = 51.23%
R=7.90%
G=40.87%
B=51.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal291501880.850.2000.26194.3473.2742.55
Hex1D96BC551401Ac2492b
Octal352262741252403230211153
Binary111011001011010111100101010110100011010110000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D96BC; }

 p { color: rgb(29,150,188); }

 H1.HeaderClassName
 {
   color: #1D96BC;
 }
 .AnyTagClassName
 {
   color: #1D96BC;
 }
</style>
background-color css

<style>
 a { background-color: #1D96BC; }

 a { background-color: rgb(29,150,188); }

 div.DivClassName
 {
   background-color: #1D96BC;
 }
 .BgClassName
 {
   background-color: #1D96BC;
 }
</style>
border-color css

<style>
 span { border-color: #1D96BC; }

 span { border-color: rgb(29,150,188); }

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