#1C83AE

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

Shades of Pelorous #1C83AE

Tints of Pelorous #1C83AE

Color information

#1C83AE (or 0x1C83AE) is unknown color: approx Pelorous. HEX triplet: 1C, 83 and AE. RGB value is (28,131,174). Sum of RGB (Red+Green+Blue) = 28+131+174=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C83AE is #E37C51. Grayscale: #686868. Windows color (decimal): -14908498 or 11436828. OLE color: 11436828.

HSL color Cylindrical-coordinate representation of color #1C83AE: hue angle of 197.67º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C83AE is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB28131174-
CMYK0.840.2500.32
HSL197.67º72.28%39.61%-
HSV(B)197.67º83.91%68.24%-
XYZ16.2419.5442.96-
YUV105.1166.8873-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.41%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=8.41%
G=39.34%
B=52.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281311740.840.2500.32197.6772.2839.61
Hex1C83AE5419020c64828
Octal342032561243104030611050
Binary1110010000011101011101010100110010100000110001101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,131,174); }

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

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

 a { background-color: rgb(28,131,174); }

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

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

 span { border-color: rgb(28,131,174); }

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