#5CADCE

Color #5CADCE Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5CADCE

Tints of Picton Blue #5CADCE

Color information

#5CADCE (or 0x5CADCE) is unknown color: approx Picton Blue. HEX triplet: 5C, AD and CE. RGB value is (92,173,206). Sum of RGB (Red+Green+Blue) = 92+173+206=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #5CADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADCE is #A35231. Grayscale: #989898. Windows color (decimal): -10703410 or 13544796. OLE color: 13544796.

HSL color Cylindrical-coordinate representation of color #5CADCE: hue angle of 197.37º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CADCE is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB92173206-
CMYK0.550.1600.19
HSL197.37º53.77%58.43%-
HSV(B)197.37º55.34%80.78%-
XYZ30.536.6263.85-
YUV152.54158.1684.82-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.53%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=19.53%
G=36.73%
B=43.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal921732060.550.1600.19197.3753.7758.43
Hex5CADCE3710013c5363a
Octal13425531667200233056672
Binary101110010101101110011101101111000001001111000101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CADCE; }

 p { color: rgb(92,173,206); }

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

<style>
 a { background-color: #5CADCE; }

 a { background-color: rgb(92,173,206); }

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

<style>
 span { border-color: #5CADCE; }

 span { border-color: rgb(92,173,206); }

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