#1D98CC

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

Shades of Pelorous #1D98CC

Tints of Pelorous #1D98CC

Color information

#1D98CC (or 0x1D98CC) is unknown color: approx Pelorous. HEX triplet: 1D, 98 and CC. RGB value is (29,152,204). Sum of RGB (Red+Green+Blue) = 29+152+204=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D98CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D98CC is #E26733. Grayscale: #787878. Windows color (decimal): -14837556 or 13408285. OLE color: 13408285.

HSL color Cylindrical-coordinate representation of color #1D98CC: hue angle of 197.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D98CC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB29152204-
CMYK0.860.2500.2
HSL197.83º75.11%45.69%-
HSV(B)197.83º85.78%80%-
XYZ22.6327.0861.16-
YUV121.15174.7562.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.53%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=7.53%
G=39.48%
B=52.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal291522040.860.2500.2197.8375.1145.69
Hex1D98CC5619014c64b2e
Octal352303141263102430611356
Binary111011001100011001100101011011001010100110001101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D98CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,152,204); }

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

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

 a { background-color: rgb(29,152,204); }

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

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

 span { border-color: rgb(29,152,204); }

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